We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34227ad commit d5ea2c6Copy full SHA for d5ea2c6
1 file changed
package.json
@@ -3,6 +3,7 @@
3
"version": "1.3.4",
4
"description": "Validate react form components, based on their state",
5
"main": "build/index.js",
6
+ "types": "build/index.d.ts",
7
"scripts": {
8
"dev": "watch 'npm run build' src",
9
"build": "babel src -d build && babel types -d build --copy-files",
0 commit comments