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 65ada1c commit 492e5f3Copy full SHA for 492e5f3
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "@aakashdeveloper/create-node-app",
3
- "version": "1.0.51",
+ "version": "1.0.52",
4
"description": "Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick",
5
6
"main": "index.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
+ "publishConfig": { "registry": "https://npm.pkg.github.com/" },
11
"bin": {
12
"generate": "./index.js"
13
0 commit comments