Skip to content

Commit af9867f

Browse files
author
bietkul
committed
Fixed build issue with create-react-app
1 parent e64a09c commit af9867f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ docs
33
.npmignore
44
package-lock.json
55
yarn.lock
6-
/src/
6+
src/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-reactive-form",
3-
"version": "1.0.16",
3+
"version": "1.0.20",
44
"description": "Angular like Reactive Forms in React",
55
"keywords": [
66
"forms",
@@ -14,7 +14,7 @@
1414
"react",
1515
"react-native"
1616
],
17-
"main": "src/index.js",
17+
"main": "lib/index.js",
1818
"scripts": {
1919
"test": "NODE_ENV=test",
2020
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"

0 commit comments

Comments
 (0)