wicg-inert
Advanced tools
Comparing version 2.2.1 to 3.0.0
{ | ||
"name": "wicg-inert", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "A polyfill for the proposed inert API", | ||
"main": "dist/inert.js", | ||
"module": "dist/inert.esm.js", | ||
"module": "src/inert.js", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "rollup -c", |
@@ -8,14 +8,2 @@ import {uglify} from 'rollup-plugin-uglify'; | ||
output: { | ||
file: 'dist/inert.esm.js', | ||
format: 'esm', | ||
}, | ||
plugins: [ | ||
babel({ | ||
exclude: 'node_modules/**', | ||
}), | ||
], | ||
}, | ||
{ | ||
input: 'src/inert.js', | ||
output: { | ||
file: 'dist/inert.js', | ||
@@ -22,0 +10,0 @@ format: 'umd', |
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
141872
29
1979