babel-ready
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,5 +5,2 @@ const spawnSync = require('child_process').spawnSync; | ||
let newFolder = spawnSync('mkdir', [ 'output' ]); | ||
let cd = spawnSync('cd', [ 'output' ]); | ||
let installs = `install --save-dev babel-cli babel-preset-es2015`; | ||
@@ -10,0 +7,0 @@ installs = installs.split(' '); |
#!/usr/bin/env node | ||
require("../babel-ready.js").interpret(process.argv); | ||
require("../babel-ready.js"); |
{ | ||
"name": "babel-ready", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "babel-ready.js", |
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
2985
81