1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 03:11:44 +02:00
- slate-history@0.50.7
 - slate-hyperscript@0.50.6
 - slate-react@0.50.7
 - slate-schema@0.50.6
 - slate@0.50.6
This commit is contained in:
Ian Storm Taylor
2019-12-01 16:22:26 -05:00
parent 490acc502d
commit bd07635b1e
5 changed files with 27 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.50.5",
"version": "0.50.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
@@ -10,12 +10,14 @@
"umd": "dist/slate-hyperscript.js",
"umdMin": "dist/slate-hyperscript.min.js",
"sideEffects": false,
"files": ["dist/"],
"files": [
"dist/"
],
"dependencies": {
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.50.5"
"slate": "^0.50.6"
},
"peerDependencies": {
"slate": ">=0.50.0"