Skip to content

Commit d5ea2c6

Browse files
committed
fixed resolution of types for main module
1 parent 34227ad commit d5ea2c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.3.4",
44
"description": "Validate react form components, based on their state",
55
"main": "build/index.js",
6+
"types": "build/index.d.ts",
67
"scripts": {
78
"dev": "watch 'npm run build' src",
89
"build": "babel src -d build && babel types -d build --copy-files",

0 commit comments

Comments
 (0)