1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 06:53:25 +02:00
- slate-base64-serializer@0.1.6
 - slate-dev-logger@0.1.7
 - slate-html-serializer@0.1.6
 - slate-hyperscript@0.1.6
 - slate-plain-serializer@0.1.6
 - slate-prop-types@0.1.6
 - slate-react@0.1.6
 - slate-simulator@0.1.6
 - slate@0.24.6
This commit is contained in:
Ian Storm Taylor
2017-09-21 11:56:10 -07:00
parent 375573f9ee
commit 31c1f6e9b7
9 changed files with 37 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "./lib/index.js",
@@ -10,13 +10,13 @@
"is-plain-object": "^2.0.4"
},
"peerDependencies": {
"slate": "^0.24.5"
"slate": "^0.24.6"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"browserify": "^13.0.1",
"mocha": "^2.5.3",
"slate": "^0.24.5",
"slate": "^0.24.6",
"uglify-js": "^2.7.0"
},
"scripts": {