Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "fn-args", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Get the arguments of a function", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# fn-args [![Build Status](https://travis-ci.org/sindresorhus/fn-args.png?branch=master)](https://travis-ci.org/sindresorhus/fn-args) | ||
# fn-args [![Build Status](https://travis-ci.org/sindresorhus/fn-args.svg?branch=master)](https://travis-ci.org/sindresorhus/fn-args) | ||
@@ -10,22 +10,16 @@ > Get the arguments of a function | ||
#### [npm](https://npmjs.org/package/fn-args) | ||
```bash | ||
$ npm install --save fn-args | ||
``` | ||
npm install --save fn-args | ||
``` | ||
#### [Bower](http://bower.io) | ||
```bash | ||
$ bower install --save fn-args | ||
``` | ||
bower install --save fn-args | ||
``` | ||
#### [Component](https://github.com/component/component) | ||
```bash | ||
$ component install sindresorhus/fn-args | ||
``` | ||
component install sindresorhus/fn-args | ||
``` | ||
## Example | ||
## Usage | ||
@@ -32,0 +26,0 @@ ```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
1944
36