wicg-inert
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -10,3 +10,3 @@ var gulp = require('gulp'); | ||
scripts: { | ||
src: './inert.js', | ||
src: './src/inert.js', | ||
dest: 'dist' | ||
@@ -26,3 +26,2 @@ } | ||
})) | ||
.pipe(sourcemaps.write()) | ||
.pipe(gulp.dest(paths.scripts.dest)) | ||
@@ -29,0 +28,0 @@ .pipe(uglify()) |
{ | ||
"name": "wicg-inert", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "A polyfill for the proposed inert API", | ||
"main": "inert.js", | ||
"main": "dist/inert.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "gulp && easy-sauce" |
@@ -35,2 +35,4 @@ /** | ||
this.timeout(10000); | ||
describe('Element.prototype', function() { | ||
@@ -37,0 +39,0 @@ it('should patch the Element prototype', function() { |
Sorry, the diff of this file is too big to display
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
102728
1739