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 d93c417 commit 62fed86Copy full SHA for 62fed86
package.json
@@ -59,7 +59,7 @@
59
"node ../tools/replaceVersionAndDate.js ../dist/dexie.js",
60
"node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs",
61
"node ../tools/replaceVersionAndDate.js ../dist/modern/dexie.mjs",
62
- "dts-bundle-generator --inline-declare-externals --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts",
+ "dts-bundle-generator --inline-declare-externals -o ../dist/dexie.d.ts public/index.d.ts",
63
"node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt",
64
"node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"
65
],
0 commit comments