Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jun 20, 2018
1 parent 7f2481f commit dcf111e
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,6 +1,6 @@
{
"name": "webpack-mpa",
"version": "1.8.0",
"version": "1.9.0",
"description": "Multi page app setup with webpack",
"scripts": {
"build": "webpack --env.NODE_ENV=production",
Expand All @@ -9,12 +9,7 @@
"critical": "critical index.php > assets/dist/critical.css",
"pwa": "create-pwa --icon=\"./assets/images/favicon/icon.png\""
},
"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 @@ -57,10 +52,7 @@
"webpack-spritesmith": "^0.4.1",
"yargs": "^11.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"browserslist": ["> 1%", "last 2 versions"],
"main": "assets/scripts/main.js",
"private": false
}

0 comments on commit dcf111e

Please sign in to comment.