wasm-bindgen/package.json
Alex Crichton 353794417c Don't run npm install during tests
Instead add a `package.json` and use `yarn run`.
2018-03-02 15:44:28 -08:00

10 lines
176 B
JSON

{
"license": "MIT",
"devDependencies": {
"@types/node": "^9.4.6",
"rollup": "^0.56.3",
"rollup-plugin-typescript2": "^0.11.1",
"typescript": "^2.7.2"
}
}