Skip to content

Commit

Permalink
feat: added registry info for github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcpereira11 committed May 6, 2020
1 parent 62a4435 commit 172d9b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "eslint-config-pixelmatters",
"version": "1.0.0",
"private": true,
"description": "Eslint config for usage in Pixelmatters projects",
"main": "index.js",
"repository": {
Expand All @@ -23,6 +22,9 @@
},
"author": "Pixelmatters",
"license": "ISC",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"bugs": {
"url": "https://github.com/Pixelmatters/eslint-config-pixelmatters/issues"
},
Expand Down

0 comments on commit 172d9b3

Please sign in to comment.