Skip to content

Commit

Permalink
Package & License Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moaxaca committed Mar 17, 2018
1 parent 8f49aa7 commit c252ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"coveralls": "nyc yarn test && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --fix --ext .js, src",
"test": "mocha",
"version:patch": "npm --no-git-tag-version version patch",
"version:minor": "npm --no-git-tag-version version minor",
"version:major": "npm --no-git-tag-version version major"
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},
"dependencies": {
"redis": "^2.8.0",
Expand Down

0 comments on commit c252ed0

Please sign in to comment.