v-connection-string
Advanced tools
Comparing version
{ | ||
"name": "v-connection-string", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Functions for dealing with a Vertica connection string", | ||
@@ -8,5 +8,3 @@ "main": "./index.js", | ||
"scripts": { | ||
"test": "istanbul cover _mocha && npm run check-coverage", | ||
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" | ||
"test": "node_modules/.bin/mocha" | ||
}, | ||
@@ -13,0 +11,0 @@ "repository": { |
5980
-3.39%