1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 15:02:51 +02:00
- slate-base64-serializer@0.2.101
 - slate-html-serializer@0.8.0
 - slate-hyperscript@0.12.0
 - slate-plain-serializer@0.7.0
 - slate-prop-types@0.5.31
 - slate-react-placeholder@0.1.19
 - slate-react@0.21.23
 - slate@0.46.0
This commit is contained in:
Ian Storm Taylor
2019-05-01 19:54:33 -07:00
parent 3453de7bbb
commit b448a19b8c
8 changed files with 23 additions and 23 deletions

View File

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