1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00
Ian Storm Taylor
2019-12-02 18:56:42 -05:00
parent ea62ad9e44
commit 20cb063a90
5 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.50.9",
"version": "0.50.10",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -18,8 +18,8 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.50.7",
"slate-hyperscript": "^0.50.7"
"slate": "^0.50.8",
"slate-hyperscript": "^0.50.8"
},
"peerDependencies": {
"slate": ">=0.50.0"