slate-history
Advanced tools
Comparing version 0.51.0 to 0.52.0
{ | ||
"name": "slate-history", | ||
"description": "An operation-based history implementation for Slate editors.", | ||
"version": "0.51.0", | ||
"version": "0.52.0", | ||
"license": "MIT", | ||
@@ -21,4 +21,4 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"devDependencies": { | ||
"slate": "^0.51.0", | ||
"slate-hyperscript": "^0.51.0" | ||
"slate": "^0.52.0", | ||
"slate-hyperscript": "^0.52.0" | ||
}, | ||
@@ -34,2 +34,3 @@ "peerDependencies": { | ||
"history", | ||
"merge", | ||
"operation", | ||
@@ -42,3 +43,3 @@ "redo", | ||
], | ||
"gitHead": "c34b4b74628a53c52065c06b6c634695805b597f" | ||
"gitHead": "8653e74f6c5ca1d44530026371f8403a276bae6d" | ||
} |
66120