Skip to content

Commit 7f7d994

Browse files
committed
Bump version
1 parent 0aa2f82 commit 7f7d994

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

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.7.0",
3+
"version": "1.8.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": {
@@ -58,10 +53,7 @@
5853
"webpack-spritesmith": "^0.4.1",
5954
"yargs": "^11.0.0"
6055
},
61-
"browserslist": [
62-
"> 1%",
63-
"last 2 versions"
64-
],
56+
"browserslist": ["> 1%", "last 2 versions"],
6557
"main": "assets/scripts/main.js",
6658
"private": false
6759
}

0 commit comments

Comments
 (0)