Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed May 5, 2018
1 parent c70854c commit 58cd222
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"name": "webpack-mpa",
"version": "1.6.7",
"version": "1.6.8",
"description": "Multi page app setup with webpack",
"scripts": {
"build": "webpack --env.NODE_ENV=production",
"start": "webpack --watch --env.NODE_ENV=development",
"optisize": "optisize --src=\"./assets/images\"",
"critical": "critical index.php > assets/dist/critical.css"
},
"keywords": [
"MPA",
"webpack",
"setup",
"multi-page"
],
"keywords": ["MPA", "webpack", "setup", "multi-page"],
"author": "Atanas Atanasov <[email protected]> (https://atanas.info)",
"repository": "https://github.com/scriptex/webpack-mpa",
"bugs": {
Expand Down Expand Up @@ -56,10 +51,7 @@
"webpack-shell-plugin": "^0.5.0",
"webpack-spritesmith": "^0.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"browserslist": ["> 1%", "last 2 versions"],
"main": "assets/scripts/main.js",
"private": false
}

0 comments on commit 58cd222

Please sign in to comment.