[demo-package][s]: add demo package to template to test npm and yarn install

This commit is contained in:
steveoni 2020-11-24 11:45:11 +01:00
parent 94d76f3263
commit 930e666ce8

View 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"
}
}