Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "is-gif", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Check if a Buffer/Uint8Array is a GIF image", | ||
@@ -16,4 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha", | ||
"browser": "browserify -s $npm_package_name -o browser.js ." | ||
"test": "mocha" | ||
}, | ||
@@ -41,6 +40,5 @@ "files": [ | ||
"devDependencies": { | ||
"browserify": "^3.0.0", | ||
"mocha": "*", | ||
"read-chunk": "^0.1.0" | ||
"read-chunk": "^1.0.0" | ||
} | ||
} |
@@ -14,11 +14,3 @@ # is-gif [![Build Status](https://travis-ci.org/sindresorhus/is-gif.svg?branch=master)](https://travis-ci.org/sindresorhus/is-gif) | ||
```sh | ||
$ bower install --save is-gif | ||
``` | ||
```sh | ||
$ component install sindresorhus/is-gif | ||
``` | ||
## Usage | ||
@@ -25,0 +17,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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
1
1812
56