Comparing version 0.2.0 to 0.2.2
{ | ||
"name": "fn.js", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "Functional programming strategy library for JavaScript", | ||
"main": "src/index.js", | ||
"main": "build/fn.js", | ||
"repository": { | ||
@@ -16,2 +16,3 @@ "type": "git", | ||
"author": "Eli Perelman", | ||
"homepage": "https://github.com/eliperelman/fn.js", | ||
"license": "MIT", | ||
@@ -18,0 +19,0 @@ "gitHead": "03ee04cb590f1692f60737c576ff50e43e1ea943", |
@@ -5,2 +5,14 @@ # fn.js | ||
## Installation | ||
`fn.js` is a UMD module, so it can be used in the browser, Node.js, and AMD/require.js environments. | ||
```sh | ||
npm install fn.js | ||
``` | ||
```js | ||
var fn = require('fn.js'); | ||
``` | ||
## Functional Programming | ||
@@ -7,0 +19,0 @@ |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
34774
1
102