Skip to content

Commit 9b5bd4b

Browse files
committed
minor improvements
1 parent d6e038a commit 9b5bd4b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
2727
"watch": "npm run build-version && babel src --out-dir dist --watch --source-maps --extensions '.ts,.js'",
2828
"doc": "typedoc --out ./docs/api/ ./src/ --excludeInternal",
29-
"prepublishOnly": "npm run build && npm test && npm run doc",
29+
"prepublishOnly": "npm run build && npm run lint && npm test && npm run doc",
3030
"preversion": "npm run lint && npm run typecheck && npm test",
3131
"postpublish": "git push origin main --follow-tags",
3232
"storybook": "storybook dev -p 6006",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const externalsBase = {
66
'fs': 'null',
77
'node-fetch': 'fetch',
88
'isomorphic-fetch': 'fetch',
9-
'xmldom': 'window',
9+
'@xmldom/xmldom': 'window',
1010
'text-encoding': 'TextEncoder',
1111
'whatwg-url': 'window',
1212
'@trust/webcrypto': 'crypto'

0 commit comments

Comments
 (0)