Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit c694f3e

Browse files
committed
fix(main): Fixed mail file attribute
1 parent 09b212f commit c694f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-to-typescript-definitions",
33
"version": "0.2.0",
44
"description": "Create typescript definitions files (d.ts) from react components",
5-
"main": "dist/index.js",
5+
"main": "index.js",
66
"scripts": {
77
"build": "tsc",
88
"test": "npm run build && node -r babel/register ./node_modules/.bin/tape 'tests/**/*-test.js' |tap-spec"

0 commit comments

Comments
 (0)