Showing
4 changed files
with
11 additions
and
1 deletions
tutorial/wasm-game-of-life/package-lock.json
0 → 100644
| @@ -5511,6 +5511,9 @@ | @@ -5511,6 +5511,9 @@ | ||
| 5511 | "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", | 5511 | "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", |
| 5512 | "dev": true | 5512 | "dev": true |
| 5513 | }, | 5513 | }, |
| 5514 | + "wasm-game-of-life": { | ||
| 5515 | + "version": "file:../pkg" | ||
| 5516 | + }, | ||
| 5514 | "watchpack": { | 5517 | "watchpack": { |
| 5515 | "version": "1.6.0", | 5518 | "version": "1.6.0", |
| 5516 | "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", | 5519 | "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", |
| @@ -27,10 +27,14 @@ | @@ -27,10 +27,14 @@ | ||
| 27 | }, | 27 | }, |
| 28 | "homepage": "https://github.com/rustwasm/create-wasm-app#readme", | 28 | "homepage": "https://github.com/rustwasm/create-wasm-app#readme", |
| 29 | "devDependencies": { | 29 | "devDependencies": { |
| 30 | + "wasm-game-of-life": "file:../pkg", | ||
| 30 | "hello-wasm-pack": "^0.1.0", | 31 | "hello-wasm-pack": "^0.1.0", |
| 31 | "webpack": "^4.29.3", | 32 | "webpack": "^4.29.3", |
| 32 | "webpack-cli": "^3.1.0", | 33 | "webpack-cli": "^3.1.0", |
| 33 | "webpack-dev-server": "^3.1.5", | 34 | "webpack-dev-server": "^3.1.5", |
| 34 | "copy-webpack-plugin": "^5.0.0" | 35 | "copy-webpack-plugin": "^5.0.0" |
| 36 | + }, | ||
| 37 | + "dependencies": { | ||
| 38 | + "wasm-game-of-life": "file:../pkg" | ||
| 35 | } | 39 | } |
| 36 | } | 40 | } |
Please
register
or
login
to post a comment