fullscreen-polyfill
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fullscreen-polyfill", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.", | ||
"license": "MIT", | ||
"main": "lib/fullscreen.polyfill.js", | ||
"main": "dist/fullscreen.polyfill.js", | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
@@ -24,8 +24,20 @@ "author": { | ||
"scripts": { | ||
"build": "rm -rf lib/ && rollup -c && mv dist/ lib", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "rm -rf lib/ && rollup -c", | ||
"test": "karma start karma.conf.js" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.47", | ||
"@babel/preset-es2015": "^7.0.0-beta.47", | ||
"chai": "^4.1.2", | ||
"karma": "^2.0.2", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-safari-launcher": "^1.0.0", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.59.2", | ||
"rollup-plugin-minify-es": "^1.1.1" | ||
"rollup-plugin-babel": "^4.0.0-beta.4", | ||
"rollup-plugin-uglify": "^4.0.0" | ||
}, | ||
@@ -32,0 +44,0 @@ "directories": { |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8564
0
14