slate-history
Advanced tools
Comparing version 0.50.1 to 0.50.2
{ | ||
"name": "slate-history", | ||
"description": "An operation-based history implementation for Slate editors.", | ||
"version": "0.50.1", | ||
"version": "0.50.2", | ||
"license": "MIT", | ||
@@ -12,2 +12,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"umdMin": "dist/slate-history.min.js", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -22,4 +23,4 @@ "dist/", | ||
"devDependencies": { | ||
"slate": "^0.50.1", | ||
"slate-hyperscript": "^0.50.1" | ||
"slate": "^0.50.2", | ||
"slate-hyperscript": "^0.50.2" | ||
}, | ||
@@ -42,3 +43,3 @@ "peerDependencies": { | ||
], | ||
"gitHead": "9db1ef5b7a36297bb3066cacdc74bd3e23e6bb37" | ||
"gitHead": "fbd2a7154b90158f0577be269be2beb526ec3b10" | ||
} |
69695