[demo-package][s]: add demo package to template to test npm and yarn install
This commit is contained in:
parent
94d76f3263
commit
930e666ce8
14
packages/create-portal-app/templates/package.json
Normal file
14
packages/create-portal-app/templates/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Datahub",
|
||||
"version": "1.0.0",
|
||||
"description": "Create Portal App CLI",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.0"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user