Skip to content

Commit 58cd222

Browse files
committed
Bump version
1 parent c70854c commit 58cd222

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,19 +1,14 @@
11
{
22
"name": "webpack-mpa",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
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
"optisize": "optisize --src=\"./assets/images\"",
99
"critical": "critical index.php > assets/dist/critical.css"
1010
},
11-
"keywords": [
12-
"MPA",
13-
"webpack",
14-
"setup",
15-
"multi-page"
16-
],
11+
"keywords": ["MPA", "webpack", "setup", "multi-page"],
1712
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
1813
"repository": "https://github.com/scriptex/webpack-mpa",
1914
"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)