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 0eb1f53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
"release": "release-it",
"prepare": "npm run build"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "./drawer.js",
"files": [
"drawer.js",
"styles.js"
],
"repository": {
"type": "git",
"url": "https://github.com/stoeffel/react-motion-drawer.git"
"url": "https://github.com/gradeup/react-motion-drawer.git"
},
"keywords": [
"react",
Expand Down

0 comments on commit 0eb1f53

Please sign in to comment.