Comparing version 0.24.0 to 0.25.0
@@ -10,2 +10,3 @@ 'use strict'; | ||
var shortcuts = require('./shortcuts'); | ||
var tools = require('./tools'); | ||
@@ -27,1 +28,2 @@ /** | ||
exports.codecs = codecs; | ||
exports.tools = tools; |
{ | ||
"name": "papi", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"description": "Build HTTP API clients", | ||
@@ -8,2 +8,3 @@ "main": "lib", | ||
"async": "^1.5.0", | ||
"bluebird": "^3.1.1", | ||
"debug": "^2.0.0", | ||
@@ -23,3 +24,3 @@ "istanbul": "^0.4.0", | ||
"bench": "BENCHMARK=true mocha test/benchmark.js", | ||
"test": "jshint lib test && jscs lib test && istanbul cover _mocha -- --recursive --check-leaks && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100" | ||
"test": "jshint lib test && jscs lib test && istanbul cover _mocha -- --recursive --check-leaks --globals Promise && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100" | ||
}, | ||
@@ -26,0 +27,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33583
12
928
12