We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57aebb9 commit a882a6dCopy full SHA for a882a6d
cli.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@aakashdeveloper/create-node-app",
3
- "version": "1.0.16",
+ "version": "1.0.21",
4
"description": "The Seed will help you build node app with es6 very quick",
5
"main": "index.js",
6
"scripts": {
@@ -21,7 +21,10 @@
21
"EJS"
22
],
23
"author": "aakashdeveloper",
24
- "license": "ISC",
+ "license": "MIT",
25
+ "files": [
26
+ "lib"
27
+ ],
28
"bugs": {
29
"url": "https://github.com/Aakashdeveloper/create-node-app/issues"
30
},
@@ -34,5 +37,9 @@
34
37
"ejs": "^2.6.1",
35
38
"express": "^4.16.4",
36
39
"mongodb": "^3.2.3"
40
+ },
41
+ "bin": {
42
+ "create-node-app": "./cli.js"
43
}
44
+
45
0 commit comments