Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 3, 2018
1 parent fa2bbd3 commit 6b21d12
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 6 deletions.
1 change: 1 addition & 0 deletions dist/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { DOMWindow, JSDOM } from 'jsdom';
export interface IGlobal extends DOMWindow {
MutationObserver: typeof MutationObserver;
Element: typeof Element;
NodeList: typeof NodeList;
jsdom: typeof JSDOM;
SVGElement: typeof SVGElement;
XMLHttpRequest: typeof XMLHttpRequest;
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/nodejs-dom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export declare class NodeJsDom implements IDom {
global: IGlobal;
constructor(global: IGlobal);
Element: typeof Element;
NodeList: typeof NodeList;
SVGElement: typeof SVGElement | any;
boundary: string;
title: string;
Expand Down
1 change: 1 addition & 0 deletions dist/nodejs-dom.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b21d12

Please sign in to comment.