Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "pipep", | ||
"description": "Functional, composable, immutable and curried promise sequences that automatically handle Promise resolution.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Declan de Wet <declandewet@me.com>", | ||
@@ -58,4 +58,4 @@ "ava": { | ||
"build": "concurrently \"npm run build-umd\" \"npm run build-umd-min\"", | ||
"build-umd": "cat src/pipep.js | umd pipe-p -c > pipep.js", | ||
"build-umd-min": "cat src/pipep.js | umd pipe-p -c | uglifyjs -c -m > pipep.min.js", | ||
"build-umd": "cat src/index.js | umd pipe-p -c > pipep.js", | ||
"build-umd-min": "cat src/index.js | umd pipe-p -c | uglifyjs -c -m > pipep.min.js", | ||
"codecov": "npm run coverage && codecov", | ||
@@ -62,0 +62,0 @@ "coverage": "cross-env NODE_ENV=test nyc report", |
@@ -23,3 +23,2 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.pipeP = f()}})(function(){var define,module,exports;module={exports:(exports={})}; | ||
function pipeP () { | ||
// throw error if environment has no Promise support | ||
@@ -26,0 +25,0 @@ if (Promise == null) { |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
18497
5
1
239