Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vendors", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "List of vendor prefixes known to the web platform", | ||
@@ -18,2 +18,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/wooorm/vendors/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -30,8 +34,8 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"prettier": "^1.12.1", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"tinyify": "^2.5.0", | ||
"xo": "^0.24.0" | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -38,0 +42,0 @@ "scripts": { |
@@ -15,13 +15,13 @@ # vendors | ||
## Installation | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install vendors | ||
``` | ||
## Usage | ||
## Use | ||
```javascript | ||
```js | ||
var vendors = require('vendors') | ||
@@ -28,0 +28,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
4169