1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 09:29:49 +02:00
- slate-base64-serializer@0.2.47
 - slate-html-serializer@0.6.19
 - slate-hyperscript@0.7.1
 - slate-plain-serializer@0.5.28
 - slate-prop-types@0.4.45
 - slate-react@0.15.1
 - slate-schema-violations@0.1.26
 - slate-simulator@0.4.45
 - slate@0.37.1
This commit is contained in:
Ian Storm Taylor
2018-08-06 13:16:46 -07:00
parent 092193a15e
commit 7e0929bd22
9 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hyperscript.js",
@@ -22,7 +22,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.37.0"
"slate": "^0.37.1"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"