Skip to content

Commit 2bf453f

Browse files
authored
Merge pull request #225 from scriptex/feature/publish-dot-files-to-npm
Update .npmignore
2 parents 8083d35 + c1e9476 commit 2bf453f

File tree

3 files changed

+227
-590
lines changed

3 files changed

+227
-590
lines changed

.npmignore

-17
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-mpa-next",
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",
@@ -29,7 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"itcss": "^1.2.0"
32+
"itcss": "1.3.0"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "7.6.0",

0 commit comments

Comments
 (0)