codesandboxer
Advanced tools
Comparing version 0.7.1 to 0.7.2
# Changelog | ||
## 0.7.2 | ||
- [patch] [82a4f5f](https://github.com/Noviny/codesandboxer/commit/82a4f5f): | ||
- Fix typo that was stopping react and react-dom being ensured by the finalisation. | ||
## 0.7.1 | ||
@@ -4,0 +9,0 @@ - [patch] af01387: |
@@ -31,6 +31,5 @@ 'use strict'; | ||
var dependencies = (0, _extends3.default)({}, deps, extraDependencies); | ||
main = !main && template === 'create-react-app-typescript' ? 'index.tsx' : 'index.js'; | ||
if (template === 'create-react-app' || template === 'create-react-app-typesctipt') { | ||
if (template === 'create-react-app' || template === 'create-react-app-typescript') { | ||
ensureReact(dependencies); | ||
@@ -37,0 +36,0 @@ } |
{ | ||
"name": "codesandboxer", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Fetch files from a git repository and upload them to codesandbox", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
65745