We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedaf89 commit e11fd53Copy full SHA for e11fd53
1 file changed
package.json
@@ -19,7 +19,8 @@
19
"bin": {
20
"rnn-link": "./autolink/postlink/run.js"
21
},
22
- "main": "lib/src/index.ts",
+ "main": "lib/dist/src/index.js",
23
+ "typings": "lib/dist/src/index.d.ts",
24
"scripts": {
25
"build": "node ./scripts/build",
26
"watch": "node ./scripts/watch",
0 commit comments