Skip to content

Commit

Permalink
Update WebIDL2JS to v16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed May 3, 2020
1 parent 76c55ec commit e46e859
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const webidlWrapper = require('./webidl2js-wrapper.js');

const sharedGlobalObject = {};
webidlWrapper.install(sharedGlobalObject);
webidlWrapper.install(sharedGlobalObject, ['Window']);

const origCSSStyleDeclaration = sharedGlobalObject.CSSStyleDeclaration;

Expand Down
28 changes: 17 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "~1.18.0",
"request": "^2.88.0",
"resolve": "~1.11.1",
"webidl2js": "^15.1.0"
"webidl2js": "^16.0.0"
},
"scripts": {
"prepare": "npm run generate",
Expand Down

0 comments on commit e46e859

Please sign in to comment.