Skip to content

Commit e11fd53

Browse files
committed
Fixed typing issue
1 parent fedaf89 commit e11fd53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"bin": {
2020
"rnn-link": "./autolink/postlink/run.js"
2121
},
22-
"main": "lib/src/index.ts",
22+
"main": "lib/dist/src/index.js",
23+
"typings": "lib/dist/src/index.d.ts",
2324
"scripts": {
2425
"build": "node ./scripts/build",
2526
"watch": "node ./scripts/watch",

0 commit comments

Comments
 (0)