parrot-translate-cli
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "parrot-translate-cli", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -17,3 +17,3 @@ "main": "dist/parrot-cli.js", | ||
"prepush": "gulp lint", | ||
"prepupublish": "rimraf dist && gulp build" | ||
"prepublish": "rimraf dist && gulp build" | ||
}, | ||
@@ -20,0 +20,0 @@ "babel": { |
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
24011
501