Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "aws-sigv4", | ||
"version": "1.4.0", | ||
"version": "1.5.1", | ||
"dependencies": {} | ||
} |
{ | ||
"name": "aws-sigv4", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "AWS Signature Version 4", | ||
@@ -11,4 +11,4 @@ "main": "lib/index.js", | ||
"pretest": "gulp checkSuite", | ||
"test": "mocha test/**/*.es6 --compilers js:babel-core/register,js:babel-polyfill", | ||
"coverage": "`npm bin`/nyc npm test" | ||
"test": "nyc mocha test/**/*.es6 --compilers js:babel-core/register,js:babel-polyfill", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"mocha": "^2.3.3", | ||
"mocha-eslint": "^1.0.0", | ||
"nyc": "^5.6.0" | ||
"mocha-eslint": "^2.0.2", | ||
"nyc": "^6.4.0" | ||
}, | ||
@@ -43,2 +43,14 @@ "babel": { | ||
}, | ||
"nyc": { | ||
"extension": [ | ||
".es6" | ||
], | ||
"exclude": [ | ||
"**/*.js" | ||
], | ||
"include": [ | ||
"**/*.es6" | ||
], | ||
"report-dir": "./coverage" | ||
}, | ||
"repository": { | ||
@@ -45,0 +57,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54361