Skip to content

Commit 6710664

Browse files
authored
Merge pull request #375 from scriptex/feature/publish-dot-files-to-npm
Update .npmignore
2 parents 16fbd65 + 44b6190 commit 6710664

File tree

3 files changed

+254
-527
lines changed

3 files changed

+254
-527
lines changed

.npmignore

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@ Thumbs.db
2020
# Build directory
2121
/assets/dist
2222

23-
# EditorConfig
24-
.editorconfig
25-
26-
# Git
27-
.gitignore
28-
.gitattributes
29-
30-
# CI
31-
.travis.yml
32-
33-
# lock files
34-
yarn.lock
35-
36-
# Prettier
37-
.prettierrc
38-
.prettierignore
39-
4023
# Config files
4124
renovate.json
4225
_config.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-mpa-ts",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Multi page app setup with webpack",
55
"scripts": {
66
"build": "webpack --env.NODE_ENV=production",

0 commit comments

Comments
 (0)