Skip to content

Commit c89bc01

Browse files
committed
Bump version
1 parent 3ba785e commit c89bc01

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,17 +1,12 @@
11
{
22
"name": "webpack-mpa",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Multi page app setup with webpack",
55
"scripts": {
66
"build": "webpack --env.NODE_ENV=production",
77
"start": "webpack --watch --env.NODE_ENV=development"
88
},
9-
"keywords": [
10-
"MPA",
11-
"webpack",
12-
"setup",
13-
"multi-page"
14-
],
9+
"keywords": ["MPA", "webpack", "setup", "multi-page"],
1510
"author": "Atanas Atanasov <[email protected]> (http://atanas.info)",
1611
"repository": "https://github.com/scriptex/webpack-mpa",
1712
"bugs": {
@@ -56,10 +51,7 @@
5651
"webpack-shell-plugin": "^0.5.0",
5752
"webpack-spritesmith": "^0.4.1"
5853
},
59-
"browserslist": [
60-
"> 1%",
61-
"last 2 versions"
62-
],
54+
"browserslist": ["> 1%", "last 2 versions"],
6355
"main": "assets/scripts/main.js",
6456
"private": false
6557
}

0 commit comments

Comments
 (0)