wicg-inert
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "wicg-inert", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A polyfill for the proposed inert API", | ||
@@ -9,5 +9,4 @@ "main": "dist/inert.js", | ||
"test": "npm run lint && npm run build && easy-sauce", | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"prepublish": "npm run test && npm run build" | ||
"build": "rollem", | ||
"dev": "rollem --watch" | ||
}, | ||
@@ -47,2 +46,3 @@ "repository": { | ||
"mocha": "^3.1.2", | ||
"rollem": "^1.11.0", | ||
"rollup": "^0.41.6", | ||
@@ -52,2 +52,3 @@ "rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^1.0.1", | ||
"rollup-watch": "^3.2.2", | ||
@@ -54,0 +55,0 @@ "whatwg-fetch": "^1.0.0" |
@@ -211,7 +211,4 @@ # `inert` attribute | ||
The `dist` directory contains two versions of the polyfill. `inert.js` is the debug version, containing an inlined sourcemap, `inert.min.js` is | ||
the production version, minified to be as small as possible. These are both | ||
generated from the ES6 version of `inert.js` which lives in the root directory, | ||
and can be used if you don't need to worry about transpilation. There is also an | ||
[HTML Import](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports) | ||
The `dist` directory contains a transpiled, UMD build of `inert.js` generated from the ES6 source. | ||
There is also an [HTML Import](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports) | ||
available in the root of the project at `inert.html`. | ||
@@ -254,2 +251,2 @@ | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.min.js"></script> | ||
``` | ||
``` |
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
106956
19
1840
17
251