Skip to content

Commit c27638d

Browse files
authored
Merge pull request #25 from nullgr/fix/types-resolution
fixed resolution of types for main module
2 parents 7457a55 + d5ea2c6 commit c27638d

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)