Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Apr 16, 2019
1 parent da7d327 commit 7689c32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-simplemde-editor",
"homepage": "http://www.benrlodge.com",
"repository": "https://github.com/RIP21/react-simplemde-editor",
"version": "4.0.0",
"version": "4.0.1",
"author": "Ben Lodge",
"contributors": [
{
Expand All @@ -20,24 +20,24 @@
"src"
],
"dependencies": {
"easymde": "^2.6.0",
"@types/codemirror": "^0.0.65"
"@types/codemirror": "^0.0.65",
"easymde": "^2.6.0"
},
"peerDependencies": {
"react": ">=15",
"react-dom": ">=15"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/react": "^16.7.21",
"@types/codemirror": "^0.0.65",
"@babel/cli": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.3.1",
"@types/codemirror": "^0.0.65",
"@types/node": "^10.12.18",
"@types/react": "^16.7.21",
"babel-core": "^7.0.0-bridge.0",
"react-scripts": "^2.1.3",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-scripts": "^2.1.3",
"typescript": "^3.2.4"
},
"scripts": {
Expand Down

0 comments on commit 7689c32

Please sign in to comment.