Skip to content

Commit f838237

Browse files
committed
Update changelog and package.json
1 parent 24a72ed commit f838237

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

examples/wasm-demo/www/package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
{
2-
"name": "create-wasm-app",
2+
"name": "plotters-wasm-demo",
33
"version": "0.1.0",
4-
"description": "create an app to consume rust-generated wasm packages",
4+
"description": "Plotters WASM Demo",
55
"main": "index.js",
6-
"bin": {
7-
"create-wasm-app": ".bin/create-wasm-app.js"
8-
},
96
"scripts": {
107
"build": "webpack --config webpack.config.js",
118
"start": "webpack-dev-server"
129
},
1310
"repository": {
1411
"type": "git",
15-
"url": "git+https://github.com/rustwasm/create-wasm-app.git"
12+
"url": "git+https://github.com/38/plotters.git"
1613
},
1714
"keywords": [
1815
"webassembly",
1916
"wasm",
2017
"rust",
21-
"webpack"
18+
"webpack",
19+
"visualization"
2220
],
23-
"author": "Ashley Williams <[email protected]>",
24-
"license": "(MIT OR Apache-2.0)",
21+
"author": "Plotters Developers",
22+
"license": "MIT",
2523
"bugs": {
26-
"url": "https://github.com/rustwasm/create-wasm-app/issues"
24+
"url": "https://github.com/38/plotters/issues"
2725
},
28-
"homepage": "https://github.com/rustwasm/create-wasm-app#readme",
26+
"homepage": "https://github.com/38/plotters",
2927
"dependencies": {
3028
"wasm-demo": "file:../pkg"
3129
},
3230
"devDependencies": {
33-
"hello-wasm-pack": "^0.1.0",
3431
"webpack": "^4.29.3",
3532
"webpack-cli": "^3.1.0",
3633
"webpack-dev-server": "^3.1.5",

0 commit comments

Comments
 (0)