Comparing version 0.2.2 to 1.0.0
{ | ||
"name": "is-html", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"description": "Check if a string is HTML", | ||
@@ -16,4 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha", | ||
"browser": "browserify -s $npm_package_name -o browser.js ." | ||
"test": "mocha" | ||
}, | ||
@@ -33,8 +32,7 @@ "files": [ | ||
"dependencies": { | ||
"html-tags": "^0.3.0" | ||
"html-tags": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "*", | ||
"browserify": "^3.0.0" | ||
"mocha": "*" | ||
} | ||
} |
@@ -8,15 +8,7 @@ # is-html [![Build Status](https://travis-ci.org/sindresorhus/is-html.svg?branch=master)](https://travis-ci.org/sindresorhus/is-html) | ||
```bash | ||
```sh | ||
$ npm install --save is-html | ||
``` | ||
```bash | ||
$ bower install --save is-html | ||
``` | ||
```bash | ||
$ component install sindresorhus/is-html | ||
``` | ||
## Usage | ||
@@ -41,2 +33,2 @@ | ||
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) |
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
1
1
1467
33
+ Addedhtml-tags@1.2.0(transitive)
- Removedhtml-tags@0.3.2(transitive)
Updatedhtml-tags@^1.0.0