@xarc/jsx-renderer
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@xarc/jsx-renderer", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Render index.htm from JSX template", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"test": "xrun xarc/test-only", | ||
"coverage": "xrun xarc/check", | ||
"coverage": "xrun xarc/test-cov", | ||
"check": "xrun xarc/check", | ||
"prepublishOnly": "xrun [[build, docs], xarc/check]", | ||
@@ -79,3 +80,3 @@ "docs": "xrun xarc/docs" | ||
"dependencies": { | ||
"@xarc/render-context": "^1.0.5", | ||
"@xarc/render-context": "^1.0.6", | ||
"lodash": "^4.17.15", | ||
@@ -82,0 +83,0 @@ "munchy": "^1.0.9", |
60112
Updated@xarc/render-context@^1.0.6