crispy-redux
Advanced tools
Comparing version 1.1.0 to 1.2.0
var chai = require('chai') | ||
var sinonChai = require('sinon-chai') | ||
Promise.onPossiblyUnhandledRejection(function (err) { | ||
throw err | ||
}) | ||
chai.config.truncateThreshold = 0 | ||
chai.use(sinonChai) | ||
var context = require.context('.', true, /\.spec\.js$/) | ||
context.keys().forEach(context) |
{ | ||
"name": "crispy-redux", | ||
"description": "Redux utilities", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"engines": { | ||
@@ -24,2 +24,3 @@ "node": "4.2.x" | ||
"devDependencies": { | ||
"bluebird": "^3.4.6", | ||
"chai": "^3.0.0", | ||
@@ -41,4 +42,5 @@ "codecov": "^1.0.1", | ||
"sinon": "^1.15.4", | ||
"sinon-chai": "^2.8.0", | ||
"webpack": "^1.12.2" | ||
} | ||
} |
@@ -15,2 +15,5 @@ var webpack = require('webpack') | ||
}), | ||
new webpack.ProvidePlugin({ | ||
Promise: 'bluebird', | ||
}), | ||
], | ||
@@ -17,0 +20,0 @@ resolve: { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
12365
20
358
19
2