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