create-babel
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
spawnSync('npm', 'npm add @babel/runtime'.split(' '), { | ||
spawnSync('npm', 'add @babel/runtime'.split(' '), { | ||
stdio: 'inherit' | ||
@@ -30,0 +30,0 @@ }) |
{ | ||
"name": "create-babel", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Create app with Babel configuration.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3732
4