We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6b33b commit 01bed2aCopy full SHA for 01bed2a
wasm/example/package.json
@@ -1,18 +1,17 @@
1
{
2
"name": "rustpython-wasm-example",
3
"version": "1.0.0",
4
- "//1": "`dependencies.rustpython_wasm` would be the version of the npm",
5
- "//2": "library in a real app",
6
"dependencies": {
7
- "rustpython_wasm": "file:../lib/pkg/"
+ "rustpython_wasm": "0.1.0-pre-alpha.1"
8
},
9
"devDependencies": {
10
"raw-loader": "1.0.0",
11
"webpack": "4.28.2",
12
"webpack-cli": "^3.1.2"
13
14
"scripts": {
15
- "build": "webpack"
+ "build": "webpack",
+ "dist": "webpack --mode production"
16
17
"license": "MIT"
18
}
0 commit comments