Skip to content

Commit 6df32fc

Browse files
committed
feat : change in package.json
1 parent 5cbf04f commit 6df32fc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
@BoBsRepository:registry=https://npm.pkg.github.com
1+
//npm.pkg.github.com/:_authToken=TOKEN
2+
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lets-create-api",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "An awesome CLI tool designed to accelerate the creation of Backend projects, making it effortless to build RESTful APIs with various backend and database technology combinations.",
55
"main": "index.js",
66
"bin": {
@@ -33,8 +33,5 @@
3333
"dependencies": {
3434
"colorette": "^2.0.20",
3535
"enquirer": "^2.4.1"
36-
},
37-
"publishConfig": {
38-
"registry": "https://npm.pkg.github.com"
3936
}
4037
}

0 commit comments

Comments
 (0)