Skip to content

Commit

Permalink
Use publishConfig field instead of .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Jun 14, 2020
1 parent dee2e08 commit 5fa4147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/hail2u/node-css-mqpacker.git"
"url": "git://github.com/hail2u/node-css-mqpacker.git"
},
"scripts": {
"test": "eslint index.js test/index.js && tape \"test/**/*.js\""
Expand All @@ -27,5 +27,8 @@
"devDependencies": {
"eslint": "^7.2.0",
"tape": "^5.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 5fa4147

Please sign in to comment.