1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 17:39:57 +02:00
- slate-base64-serializer@0.2.17
 - slate-html-serializer@0.4.15
 - slate-hyperscript@0.4.15
 - slate-plain-serializer@0.4.15
 - slate-prop-types@0.4.15
 - slate-react@0.10.22
 - slate-simulator@0.4.15
 - slate@0.31.7
This commit is contained in:
Ian Storm Taylor
2017-12-12 18:10:57 -05:00
parent 8be1f9f3a1
commit 22576e521f
8 changed files with 30 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.4.14",
"version": "0.4.15",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "./lib/index.js",
@@ -11,13 +11,13 @@
"slate-dev-logger": "^0.1.36"
},
"peerDependencies": {
"slate": "^0.31.6"
"slate": "^0.31.7"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"browserify": "^13.0.1",
"mocha": "^2.5.3",
"slate": "^0.31.6",
"slate": "^0.31.7",
"uglify-js": "^2.7.0"
},
"scripts": {