mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 16:16:24 +00:00
version bump and peerDependency
This commit is contained in:
parent
33aed84581
commit
237ef63ea0
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "formhero",
|
"name": "formhero",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -16,6 +16,9 @@
|
|||||||
"last 2 Firefox versions",
|
"last 2 Firefox versions",
|
||||||
"last 2 Safari versions"
|
"last 2 Safari versions"
|
||||||
],
|
],
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^16.8"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^16.9.3",
|
"@types/react": "^16.9.3",
|
||||||
"@types/react-dom": "^16.9.1",
|
"@types/react-dom": "^16.9.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user