We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0b452 commit ae31b43Copy full SHA for ae31b43
package.json
@@ -51,7 +51,7 @@
51
"apidocs": "https://typhonjs-node-utils.github.io/loader-module/",
52
"scripts": {
53
"bundle": "rollup --config",
54
- "docs": "typedoc-pkg --api-link esm",
+ "docs": "typedoc-pkg --api-link es",
55
"eslint": "eslint .",
56
"posttest-browser": "nyc report --exclude-after-remap=true --reporter=lcov --reporter=text-summary --report-dir=coverage-browser",
57
"pretest-browser": "rollup --config rollup.config.browser-test.js",
0 commit comments