slate-hyperscript
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "slate-hyperscript", | ||
"description": "A hyperscript helper for creating Slate documents.", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"peerDependencies": { | ||
"slate": "^0.25.1" | ||
"slate": "^0.25.2" | ||
}, | ||
@@ -20,3 +20,3 @@ "devDependencies": { | ||
"mocha": "^2.5.3", | ||
"slate": "^0.25.1", | ||
"slate": "^0.25.2", | ||
"uglify-js": "^2.7.0" | ||
@@ -29,3 +29,3 @@ }, | ||
"clean": "rm -rf ./dist ./lib ./node_modules", | ||
"prepublish": "yarn run build:max && yarn run build:min", | ||
"prepublish": "yarn run build && yarn run build:max && yarn run build:min", | ||
"watch": "babel --watch --out-dir ./lib ./src --source-maps inline" | ||
@@ -32,0 +32,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
33299