functional-lite
Advanced tools
Comparing version 0.0.12 to 0.1.0
{ | ||
"name": "functional-lite", | ||
"version": "0.0.12", | ||
"license": "MIT", | ||
"description": "Functional Javascript", | ||
"main": "functional.js", | ||
"author": "Lauri Rooden <lauri@rooden.ee>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/litejs/functional-lite.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/litejs/functional-lite/issues" | ||
}, | ||
"keywords": [ | ||
"litejs" | ||
], | ||
"readmeFilename": "README.md" | ||
"name": "functional-lite", | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"description": "Functional Javascript", | ||
"main": "index.js", | ||
"author": "Lauri Rooden <lauri@rooden.ee>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/litejs/functional-lite.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/litejs/functional-lite/issues" | ||
}, | ||
"keywords": [ | ||
"litejs" | ||
], | ||
"scripts": { | ||
"build": "node node_modules/buildman/index.js --all", | ||
"test": "node tests/run.js" | ||
}, | ||
"devDependencies": { | ||
"buildman": "*", | ||
"testman": "*" | ||
}, | ||
"buildman": { | ||
"min.js": "index.js" | ||
}, | ||
"readmeFilename": "README.md" | ||
} |
[1]: https://raw.github.com/litejs/fn-lite/master/min.functional.js | ||
[2]: https://raw.github.com/litejs/fn-lite/master/functional.js | ||
[1]: https://raw.github.com/litejs/fn-lite/master/min.js | ||
[2]: https://raw.github.com/litejs/fn-lite/master/index.js | ||
@@ -15,3 +15,2 @@ | ||
Download [compressed][1] | ||
(2781 bytes, 1207 bytes gzipped) | ||
or [uncompressed][2] source. | ||
@@ -18,0 +17,0 @@ |
process.chdir( process.argv[1].replace(/[^/]+$/, "") ) | ||
require("../functional.js") | ||
require("../") | ||
@@ -7,0 +6,0 @@ function async(fn) { |
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
15393
2
10
442
43
1