immutable-form
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "immutable-form", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -44,3 +44,2 @@ "main": "lib/index.js", | ||
"mocha": "^3.1.2", | ||
"redux-logger": "^2.7.4", | ||
"sinon": "^1.17.6", | ||
@@ -52,2 +51,5 @@ "sinon-chai": "^2.8.0", | ||
}, | ||
"optionalDependencies": { | ||
"redux-logger": "^2.7.4" | ||
}, | ||
"dependencies": { | ||
@@ -54,0 +56,0 @@ "immutable": "^3.8.1", |
@@ -7,3 +7,6 @@ const path = require('path'); | ||
target: 'node', | ||
externals: [nodeExternals()], | ||
externals: [ | ||
nodeExternals(), { | ||
"redux-logger": "redux-logger", | ||
}], | ||
output: { | ||
@@ -10,0 +13,0 @@ path: path.join(__dirname, '/lib'), |
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
154161
24
46
5