build-number-generator
Advanced tools
Comparing version
{ | ||
"name": "build-number-generator", | ||
"description": "Generates a unique build number with the build time readable \"by a human\".", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/prantlf/build-number-generator", | ||
@@ -36,4 +36,6 @@ "author": { | ||
"test": "npm run lint && npm run check", | ||
"coveralls": "COVERALLS_REPO_TOKEN=WWZwbWYSXerOnJUWlmnZyhBWvhdfiGVt8 npm run check -- --cov --coverage-report=lcov --no-browser", | ||
"coverage": "test `node --version | cut -c 2` -eq 8 && npm run coveralls" | ||
"coveralls": "COVERALLS_REPO_TOKEN=gdW8xKIlPOKwdpTM79HShT78OTbpbSNBd npm run check -- --cov --coverage-report=lcov --no-browser", | ||
"coverage": "test `node --version | cut -c 2` -eq 8 && npm run coveralls", | ||
"travis-deploy-once": "travis-deploy-once", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -47,3 +49,5 @@ "dependencies": { | ||
"standard": "^11.0.1", | ||
"tap": "^12.0.1" | ||
"tap": "^12.0.1", | ||
"travis-deploy-once": "^5.0.1", | ||
"semantic-release": "^15.6.3" | ||
}, | ||
@@ -50,0 +54,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
20380
-18.96%5
66.67%12
-40%89
-63.52%