Skip to content

Commit 744c525

Browse files
committed
Generate dist files
1 parent 682314d commit 744c525

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

dist/screenfull.d.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,12 @@ declare namespace screenfull {
154154
/**
155155
Simple wrapper for cross-browser usage of the JavaScript [Fullscreen API](https://developer.mozilla.org/en/DOM/Using_full-screen_mode), which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have to.
156156
*/
157-
declare const screenfull: (screenfull.Screenfull & {
158-
// TODO: remove this in the next major version
159-
default: typeof screenfull;
160-
}) | false;
157+
declare const screenfull:
158+
| (screenfull.Screenfull & {
159+
// TODO: remove this in the next major version
160+
default: typeof screenfull;
161+
})
162+
| false;
161163

162164
export = screenfull;
163165
export as namespace screenfull;

dist/screenfull.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* screenfull
3-
* v4.1.0 - 2019-03-31
3+
* v4.2.0 - 2019-04-01
44
* (c) Sindre Sorhus; MIT License
55
*/
66
(function () {

dist/screenfull.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)