Skip to content

Commit

Permalink
editing to publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Govind committed Dec 4, 2019
1 parent dd4d1ca commit fd93ec9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "github-terminal",
"name": "@dopecodez/github-terminal",
"version": "1.0.0",
"description": "Project for getting github projects in command",
"main": "src/index.js",
Expand All @@ -8,11 +8,16 @@
"ght": "bin/main.js"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry":"https://npm.pkg.github.com/dopecodez"
},
"scripts": {
"test": "mocha ./tests/tests --timeout 10000"
},
"repository": {
"type" : "git",
"url" : "git://github.com/dopecodez/github-terminal.git"
},
"keywords": [
"cli",
"github-terminal"
Expand Down

0 comments on commit fd93ec9

Please sign in to comment.