mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
353794417c
Instead add a `package.json` and use `yarn run`.
10 lines
176 B
JSON
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"
|
|
}
|
|
}
|