Skip to content

Commit

Permalink
Stop exporting Dexie as namespace.
Browse files Browse the repository at this point in the history
Reason: It disables vscode's marvellous auto-import feature for Dexie.
  • Loading branch information
dfahlander committed Sep 14, 2021
1 parent d93c417 commit 62fed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"node ../tools/replaceVersionAndDate.js ../dist/dexie.js",
"node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs",
"node ../tools/replaceVersionAndDate.js ../dist/modern/dexie.mjs",
"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",
"node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt",
"node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"
],
Expand Down

0 comments on commit 62fed86

Please sign in to comment.