We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64a09c commit af9867fCopy full SHA for af9867f
.npmignore
@@ -3,4 +3,4 @@ docs
3
.npmignore
4
package-lock.json
5
yarn.lock
6
-/src/
+src/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-reactive-form",
- "version": "1.0.16",
+ "version": "1.0.20",
"description": "Angular like Reactive Forms in React",
"keywords": [
"forms",
@@ -14,7 +14,7 @@
14
"react",
15
"react-native"
16
],
17
- "main": "src/index.js",
+ "main": "lib/index.js",
18
"scripts": {
19
"test": "NODE_ENV=test",
20
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
0 commit comments