Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik authored Nov 24, 2018
1 parent 1b7f9a4 commit 8720d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"publish:copy-files": "cpy 'LICENSE' 'README.md' '.npmrc' '.npmignore' 'package.json' dist",
"publish:pack": "cd dist && npm pack",
"publish:prepare": "gtvu $TRAVIS_TAG && tsc && npm run publish:config-npm && npm run publish:copy-files && npm run publish:pack",
"publish:publish": "npm publish ./dist/gen-tech-scroll-manager-$TRAVIS_TAG.tgz",
"publish:publish": "npm publish ./dist/thalesrc-scroll-manager-$TRAVIS_TAG.tgz",
"prepare-and-publish": "npm run publish:prepare && npm run publish:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gen-tech/scroll-manager.git"
"url": "git+https://github.com/thalesrc/scroll-manager.git"
},
"keywords": [
"browser",
Expand All @@ -36,7 +36,7 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/gen-tech/scroll-manager/issues"
"url": "https://github.com/thalesrc/scroll-manager/issues"
},
"dependencies": {
"platform": "^1.3.5",
Expand Down

0 comments on commit 8720d52

Please sign in to comment.