Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Bumps package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Sep 21, 2015
1 parent f8adb88 commit 5c7ef2f
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 @@ -3,7 +3,7 @@
"description": "JSDoc parser",
"homepage": "http://github.com/Constellation/doctrine.html",
"main": "lib/doctrine.js",
"version": "0.6.4",
"version": "0.6.5",
"engines": {
"node": ">=0.10.0"
},
Expand Down Expand Up @@ -52,6 +52,9 @@
"test": "gulp",
"unit-test": "gulp test",
"lint": "gulp lint",
"patch": "gulp patch",
"minor": "gulp minor",
"major": "gulp major",
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"dependencies": {
Expand Down

0 comments on commit 5c7ef2f

Please sign in to comment.