fullscreen-polyfill
Advanced tools
Comparing version 1.0.2 to 1.0.3
/*! | ||
* fullscreen-polyfill | ||
* 1.0.2 - 5/23/2018 | ||
* 1.0.3 - 7/23/2020 | ||
* https://github.com/nguyenj/fullscreen-polyfill#readme | ||
@@ -5,0 +5,0 @@ * (c) John Nguyen; MIT License |
{ | ||
"name": "fullscreen-polyfill", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.", | ||
@@ -29,15 +29,15 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0-beta.47", | ||
"@babel/preset-es2015": "^7.0.0-beta.47", | ||
"chai": "^4.1.2", | ||
"karma": "^2.0.2", | ||
"@babel/core": "^7.10.5", | ||
"@babel/preset-env": "^7.10.4", | ||
"chai": "^4.2.0", | ||
"karma": "^5.1.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"mocha": "^5.2.0", | ||
"puppeteer": "^1.4.0", | ||
"rollup": "^0.59.2", | ||
"rollup-plugin-babel": "^4.0.0-beta.4", | ||
"rollup-plugin-uglify": "^4.0.0" | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-mocha": "^2.0.1", | ||
"mocha": "^8.0.1", | ||
"puppeteer": "^5.2.1", | ||
"rollup": "^2.23.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-uglify": "^6.0.4" | ||
}, | ||
@@ -44,0 +44,0 @@ "directories": { |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/nguyenj/fullscreen-polyfill.svg?branch=master)](https://travis-ci.org/nguyenj/fullscreen-polyfill) | ||
# fullscreen.polyfill.js | ||
@@ -2,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
8834
28