Skip to content

Commit ea744c4

Browse files
committed
Roll qjsc to wbc
1 parent d4c7329 commit ea744c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bridge/polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"es6-promise": "^4.2.8",
1414
"event-emitter": "^0.3.5",
1515
"expect": "^25.1.0",
16-
"qjsc": "workspace:*",
16+
"@openwebf/wbc": "workspace:*",
1717
"ts-jest": "^24.3.0",
1818
"tslib": "^1.11.2"
1919
},

bridge/polyfill/scripts/js_to_c.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const minimist = require('minimist');
2-
const Qjsc = require('qjsc');
2+
const Qjsc = require('@openwebf/wbc/qjsc');
33
const argv = minimist(process.argv.slice(2));
44
const path = require('path');
55
const fs = require('fs');

0 commit comments

Comments
 (0)