Skip to content

Commit

Permalink
bump webpack
Browse files Browse the repository at this point in the history
travis: use npm ci
bump to 0.21.2
  • Loading branch information
neophob committed Apr 13, 2019
1 parent ea61a5d commit c113e41
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ os:
script:
- npm run test
- npm run test:integration
- cd client && npm install && npm run test
- cd client && npm ci && npm run test
after_success:
- npm run build:production
notifications:
Expand Down
130 changes: 22 additions & 108 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
@@ -1,6 +1,6 @@
{
"name": "wpc-emu-frontend",
"version": "0.21.1",
"version": "0.21.2",
"description": "WPC pinball machine emu frontend",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"raw-loader": "^2.0.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.29.6",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-pwa-manifest": "^4.0.0",
"whatwg-fetch": "^2.0.4",
Expand Down

0 comments on commit c113e41

Please sign in to comment.