Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Nov 6, 2018
1 parent b43899c commit 6eed6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rich-markdown-editor",
"description": "A rich text editor with Markdown shortcuts built on Slate",
"version": "6.0.0",
"version": "6.0.1",
"main": "lib/index.js",
"license": "BSD-3-Clause",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"styled-components": "4.0.3"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": "^16.6.0",
"react-dom": "^16.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 6eed6b7

Please sign in to comment.