Skip to content

Commit

Permalink
fix: react-tinacms must be real dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmintel committed Apr 3, 2020
1 parent 800f33e commit a9b9d5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/tinacms-file-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@
"npm": ">=5"
},
"dependencies": {
"react-tinacms": "^0.9.15",
"react-dropzone": "10.1.8",
"styled-components": "^5.0.1"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"react-tinacms": "^0.9.15"
"react-scripts": "^3.4.1"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-tinacms": "^0.9.15",
"tinacms": "^0.18.0"
},
"files": [
Expand Down

0 comments on commit a9b9d5d

Please sign in to comment.