slate-history
Advanced tools
Comparing version 0.52.2 to 0.52.3
{ | ||
"name": "slate-history", | ||
"description": "An operation-based history implementation for Slate editors.", | ||
"version": "0.52.2", | ||
"version": "0.52.3", | ||
"license": "MIT", | ||
@@ -21,4 +21,4 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"devDependencies": { | ||
"slate": "^0.52.2", | ||
"slate-hyperscript": "^0.52.2" | ||
"slate": "^0.52.3", | ||
"slate-hyperscript": "^0.52.3" | ||
}, | ||
@@ -34,3 +34,2 @@ "peerDependencies": { | ||
"history", | ||
"merge", | ||
"operation", | ||
@@ -43,3 +42,3 @@ "redo", | ||
], | ||
"gitHead": "7fee65b87cd53ae5f4c3ced31083a30d765ab4d2" | ||
"gitHead": "0856dd71158afb651e9eb9b2285ffa2153992266" | ||
} |
66107