wasm-bindgen/package.json
Alex Crichton ad89d8457e
Fix tests by pinning versions of webpack (#219)
Looks like a newer version of webpack has broken tests, so let's use
package-lock.json to pin to an older version while we wait for a fix.
2018-06-01 13:42:59 -05:00

14 lines
238 B
JSON

{
"license": "MIT",
"scripts": {
"run-webpack": "webpack"
},
"devDependencies": {
"@types/node": "^9.4.6",
"ts-loader": "^4.0.1",
"typescript": "^2.7.2",
"webpack": "^4.8.1",
"webpack-cli": "^2.0.10"
}
}