Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "liftjs", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/atomable/lift.js/", | ||
"description": "lift.js is a compact monad opinionated javascript library", | ||
"tags": "monad, monoid, macroid, just, validation, maybe, unit, functional programming", | ||
"main": "out/lift-min.js", | ||
"main": "npm/lift-min.js", | ||
"scripts": { | ||
"pretest": "babel src/lift.js -o test/lift.js", | ||
"test": "mocha --require babel-register --require babel-polyfill", | ||
"prepublish": "babel src/lift.js -o out/lift-min.js --minified", | ||
"prepublish": "babel src/lift.js -o npm/lift-min.js --minified && copy /y src/lift.js npm/lift.js", | ||
"coverage": "babel src/lift.js -o test/lift.js && babel test --out-dir babel && istanbul cover node_modules/mocha/bin/_mocha babel" | ||
@@ -13,0 +13,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17048
6
175
1