Skip to content

Commit

Permalink
webpack-core is deps
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Jul 11, 2016
1 parent a885c98 commit a018ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"dependencies": {
"internal-ip": "~1.2.0",
"lodash.isequal": "^4.1.4",
"tiny-lr": "~0.2.1"
"tiny-lr": "~0.2.1",
"webpack-core": "^0.6.8"
},
"devDependencies": {
"atool-build": "0.7.x",
Expand All @@ -39,8 +40,7 @@
"eslint-plugin-import": "^1.10.2",
"fs-extra": "^0.30.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"webpack-core": "^0.6.8"
"supertest": "^1.2.0"
},
"babel": {
"presets": [
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/normal/mod.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log('098934');
console.log('758147');

0 comments on commit a018ad8

Please sign in to comment.