Skip to content

Commit 336618f

Browse files
author
Martynas Žilinskas
committed
Fixed examples.
1 parent c796317 commit 336618f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/dist/hello.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* Generated by main-file-generator */
2-
module.exports.default = require('./build.js').Default;
2+
module.exports.default = require('./build.js').default;

example/dts-bundle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"removeSource": true,
66
"proxyjs": {
77
"default": "Hello",
8-
"generateDir": "./dist",
8+
"outDir": "./dist",
99
"requireFile": "./dist/build.js"
1010
}
1111
}

0 commit comments

Comments
 (0)