slate-hyperscript
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -10,2 +10,12 @@ | ||
### `0.2.0` — October 14, 2017 | ||
###### BREAKING | ||
- **Updated work with `slate@0.27.0`.** The new version of Slate renames the old `Range` model to `Leaf`, and the old `Selection` model to `Range`. | ||
--- | ||
### `0.1.0` — September 17, 2017 | ||
@@ -12,0 +22,0 @@ |
{ | ||
"name": "slate-hyperscript", | ||
"description": "A hyperscript helper for creating Slate documents.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"peerDependencies": { | ||
"slate": "^0.27.0" | ||
"slate": "^0.27.1" | ||
}, | ||
@@ -20,3 +20,3 @@ "devDependencies": { | ||
"mocha": "^2.5.3", | ||
"slate": "^0.27.0", | ||
"slate": "^0.27.1", | ||
"uglify-js": "^2.7.0" | ||
@@ -23,0 +23,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33450