Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Dec 16, 2016
1 parent 76ab583 commit 1c6be2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "semver-compare-range",
"version": "0.0.1",
"version": "0.0.3",
"description": "Compare two semver version or version range strings.",
"copyright": "Copyright (c) 2016 will Farrell. All rights reserved.",
"license": "MIT",
Expand Down Expand Up @@ -36,4 +36,4 @@
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test.js",
"travis-ci": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage"
}
}
}

0 comments on commit 1c6be2b

Please sign in to comment.