Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoFrachet committed Dec 29, 2017
1 parent c5d607a commit 8c0663a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"description": "A Node.js librairie for GTFS",
"main": "index.js",
"scripts": {
"test": "mocha tests.js"
"test": "mocha tests.js",
"publish-major": "npm version major && npm publish --access public && git push --tags",
"publish-minor": "npm version minor && npm publish --access public && git push --tags",
"publish-patch": "npm version patch && npm publish --access public && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TransitApp/gtfsNodeLib.git"
},
"keywords": [
"GTFS",
"Node",
"Transit"
],
"author": "Transit Inc.",
Expand Down

0 comments on commit 8c0663a

Please sign in to comment.