We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8083d35 + c1e9476 commit 2bf453fCopy full SHA for 2bf453f
.npmignore
@@ -20,23 +20,6 @@ Thumbs.db
20
# Build directory
21
/assets/dist
22
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
40
# Config files
41
renovate.json
42
_config.yml
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpack-mpa-next",
3
- "version": "3.2.0",
+ "version": "3.3.0",
4
"description": "Multi page app setup with webpack",
5
"scripts": {
6
"build": "webpack --env.NODE_ENV=production",
@@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
- "itcss": "^1.2.0"
+ "itcss": "1.3.0"
"devDependencies": {
"@babel/core": "7.6.0",
0 commit comments