Skip to content

Commit 40c3264

Browse files
authored
Fix pkg.json. Lock in webpack until 2 goes live
1 parent bc837f5 commit 40c3264

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/backpack-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
"babel-preset-env": "^1.1.4",
2121
"chokidar": "^1.6.1",
2222
"cross-spawn": "^5.0.1",
23-
"dotenv": "^4.0.0",
2423
"friendly-errors-webpack-plugin": "^1.1.2",
2524
"nodemon": "^1.11.0",
2625
"ramda": "^0.23.0",
2726
"source-map-support": "^0.4.8",
28-
"webpack": "^2.2.0-rc.3",
27+
"webpack": "2.2.0-rc.3",
2928
"webpack-node-externals": "^1.5.4"
3029
}
3130
}

0 commit comments

Comments
 (0)