Skip to content

Commit 492e5f3

Browse files
a
1 parent 65ada1c commit 492e5f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.51",
3+
"version": "1.0.52",
44
"description": "Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick",
55

66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
10+
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
1011
"bin": {
1112
"generate": "./index.js"
1213
},

0 commit comments

Comments
 (0)