clarity-cli
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -42,6 +42,4 @@ "use strict"; | ||
return childProcess.exec("npm install", { cwd: projectDirectory }); | ||
}).then(function () { | ||
return childProcess.exec("node /node_modules/babel-cli/bin/babel.js src --out-dir lib --source-maps", { cwd: projectDirectory }); | ||
}); | ||
}; | ||
//# sourceMappingURL=create-project.js.map |
{ | ||
"name": "clarity-cli", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Clarity setup for vscode.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
2
14553
248