Skip to content

Commit dcf111e

Browse files
committed
Bump version
1 parent 7f2481f commit dcf111e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-mpa",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Multi page app setup with webpack",
55
"scripts": {
66
"build": "webpack --env.NODE_ENV=production",
@@ -9,12 +9,7 @@
99
"critical": "critical index.php > assets/dist/critical.css",
1010
"pwa": "create-pwa --icon=\"./assets/images/favicon/icon.png\""
1111
},
12-
"keywords": [
13-
"MPA",
14-
"webpack",
15-
"setup",
16-
"multi-page"
17-
],
12+
"keywords": ["MPA", "webpack", "setup", "multi-page"],
1813
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
1914
"repository": "https://github.com/scriptex/webpack-mpa",
2015
"bugs": {
@@ -57,10 +52,7 @@
5752
"webpack-spritesmith": "^0.4.1",
5853
"yargs": "^11.0.0"
5954
},
60-
"browserslist": [
61-
"> 1%",
62-
"last 2 versions"
63-
],
55+
"browserslist": ["> 1%", "last 2 versions"],
6456
"main": "assets/scripts/main.js",
6557
"private": false
6658
}

0 commit comments

Comments
 (0)