Comparing version 0.0.13 to 0.0.14
@@ -1,2 +0,2 @@ | ||
// FxJS 0.0.12 | ||
// FxJS 0.0.14 | ||
export const | ||
@@ -3,0 +3,0 @@ identity = a => a, |
@@ -1,1 +0,1 @@ | ||
module.exports = require('esm')(module)('./fx.js'); | ||
module.exports = require('esm')(module, { cache: false })('./fx.js'); |
{ | ||
"name": "fxjs2", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Functional Extensions for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13786
41