We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8b069 commit 598551bCopy full SHA for 598551b
2 files changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version":"1.0.0",
+ "version":"2.0.0",
3
"license":"MIT",
4
"main":"dist/index.js",
5
"typings":"dist/index.d.ts",
src/index.ts
@@ -1,4 +1,4 @@
-export {default as WebPrintClient} from './WebPrintClient';
+export {default as default} from './WebPrintClient';
export {default as PrintDialogModel} from "./Models/PrintDialogModel";
export {default as PrinterModel} from "./Models/PrinterModel";
0 commit comments