mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-07 15:23:06 +00:00
move web chat example to npm
This commit is contained in:
parent
7e02520111
commit
681ae6933a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
yarn.lock
|
yarn.lock
|
||||||
package-lock.json
|
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
function readPackage(pkg) {
|
|
||||||
// Freeze webpack transient dependency
|
|
||||||
if (pkg.dependencies.webpack) {
|
|
||||||
pkg.dependencies.webpack = '5.65.0';
|
|
||||||
}
|
|
||||||
|
|
||||||
return pkg
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
hooks: {
|
|
||||||
readPackage
|
|
||||||
}
|
|
||||||
}
|
|
||||||
41819
web-chat/package-lock.json
generated
Normal file
41819
web-chat/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
13131
web-chat/pnpm-lock.yaml
generated
13131
web-chat/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user