fix
This commit is contained in:
parent
17fd5a7303
commit
c603974f3b
|
@ -28,4 +28,4 @@ class Example extends Component {
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT © [maximerenou](https://github.com/maximerenou)
|
MIT © [Maxime Renou](https://github.com/maximerenou)
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"name": "react-forms",
|
"name": "react-forms",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "React form components",
|
"description": "React form components",
|
||||||
"author": "maximerenou",
|
"author": "Maxime Renou",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "maximerenou/react-forms",
|
"repository": "bluesquare-packages/react-forms",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.es.js",
|
"module": "dist/index.es.js",
|
||||||
"jsnext:main": "dist/index.es.js",
|
"jsnext:main": "dist/index.es.js",
|
||||||
|
|
Loading…
Reference in New Issue