react-runner
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
{ | ||
"name": "react-runner", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "Run your React code on the go", | ||
@@ -21,3 +21,3 @@ "homepage": "https://react-runner.vercel.app", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/foo.umd.js", | ||
"unpkg": "dist/index.umd.js", | ||
"exports": "./dist/index.modern.js", | ||
@@ -68,3 +68,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "89f3d187a3b8f57c0acebbb0a54c072fe9fa5026" | ||
"gitHead": "876a8f00d3c03bc824f0509de479f3eb75ad746d" | ||
} |
49889