Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
fix(package): added config to push package on github
Browse files Browse the repository at this point in the history
  • Loading branch information
pc9 committed Sep 26, 2019
1 parent 4c6342b commit 0e749a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/stoeffel/react-motion-drawer.git"
"url": "https://github.com/gradeup/react-motion-drawer.git"
},
"keywords": [
"react",
Expand All @@ -42,7 +42,8 @@
"react": "^15.4.2 || ^16.0.0"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"babel-cli": "^6.23.0",
Expand Down

0 comments on commit 0e749a3

Please sign in to comment.