Skip to content

Commit

Permalink
fix: use webpack@2
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Nov 1, 2016
1 parent 820f956 commit ece6555
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage/
dist/index.js
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = function (karma) {
karma.set({

frameworks: [ 'mocha' ],
files: ['test/index.js'],
preprocessors: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"sinon": "^1.17.4",
"validate-commit-msg": "^2.1.0",
"watchify": "^3.7.0",
"webpack": "^1.13.3"
"webpack": "^2.1.0-beta.25"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit ece6555

Please sign in to comment.