mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-18 01:47:19 +00:00
add light-chat as default example
This commit is contained in:
parent
644e8ff703
commit
5da4ca1751
@ -5,7 +5,7 @@ const execSync = require("child_process").execSync;
|
||||
const { Command } = require("commander");
|
||||
const validateProjectName = require("validate-npm-package-name");
|
||||
|
||||
const DEFAULT_TEMPLATE = "web-chat";
|
||||
const DEFAULT_TEMPLATE = "light-chat";
|
||||
const supportedExamplesDir = path.resolve(__dirname, "./examples");
|
||||
|
||||
const init = (name, description, version, supportedExamples) => {
|
||||
|
@ -44,7 +44,8 @@
|
||||
"rln-js": "../../rln-js",
|
||||
"store-js": "../../store-js",
|
||||
"store-reactjs-chat": "../../store-reactjs-chat",
|
||||
"web-chat": "../../web-chat"
|
||||
"web-chat": "../../web-chat",
|
||||
"light-chat": "../../light-chat"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^9.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user