Add package into www root

This commit is contained in:
Sambo Chea 2020-08-20 11:54:34 +07:00
parent c3a40bdc2c
commit 1b0eabf65c
2 changed files with 6 additions and 0 deletions

3
www/package-lock.json generated
View File

@ -5518,6 +5518,9 @@
"integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==",
"dev": true
},
"wasmweb-sample": {
"version": "file:../pkg"
},
"watchpack": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz",

View File

@ -33,5 +33,8 @@
"webpack": "^4.29.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"wasmweb-sample": "file:../pkg"
}
}