Skip to content

Commit b52a544

Browse files
committed
fix paths
1 parent 84b5723 commit b52a544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
],
99
"main": "./out/index.cjs",
1010
"module": "./out/index.mjs",
11-
"types": "./out/types/index.d.ts",
11+
"types": "./out/index.d.ts",
1212
"unpkg": "./out/scrapbox-parser.umd.js",
1313
"exports": {
14-
"types": "./out/types/index.d.ts",
14+
"types": "./out/index.d.ts",
1515
"import": "./out/index.mjs",
1616
"require": "./out/index.cjs",
1717
"node": "./out/index.mjs",

0 commit comments

Comments
 (0)