Skip to content

Commit

Permalink
Fix browser support
Browse files Browse the repository at this point in the history
Fix runtime/package.json to use the top-level browser.js providing
wrapper factory function instead of lib/browser.js which exports
only ES6 class.
  • Loading branch information
bajtos committed Jun 7, 2018
1 parent 5e08de0 commit 62f47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Expand Up @@ -18,7 +18,7 @@
"license": "Artistic-2.0",
"readmeFilename": "README.md",
"main": "index.js",
"browser": "lib/browser.js",
"browser": "browser.js",
"types": "lib/index.d.ts",
"scripts": {
"clean": "rimraf lib",
Expand Down

0 comments on commit 62f47b9

Please sign in to comment.