Skip to content

Commit

Permalink
bump webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jul 3, 2018
1 parent 6386f25 commit b350aff
Show file tree
Hide file tree
Showing 2 changed files with 2,363 additions and 2,818 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "npm run test:pick -- '_tests/**/*spec.js'",
"test:report": "nyc report --reporter=text-lcov > coverage.lcov",
"test:cov": "BABEL_ENV=cjs nyc mocha --compilers js:babel-core/register --report lcovonly -- '_tests/**/*spec.js'",
"test:ci":"npm run test:cov && npm run test:report && codecov",
"test:ci": "npm run test:cov && npm run test:report && codecov",
"test:pick": "BABEL_ENV=cjs mocha --compilers js:babel-core/register",
"test:karma": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"test:browser": "node ./node_modules/karma/bin/karma start --browsers Chrome",
Expand Down Expand Up @@ -105,8 +105,8 @@
"phantomjs-polyfill": "0.0.2",
"phantomjs-polyfill-object-assign": "0.0.2",
"sinon": "^5.0.10",
"webpack": "^4.2.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.1.1"
"webpack-dev-server": "^3.1.4"
}
}
Loading

0 comments on commit b350aff

Please sign in to comment.