@jamsite/jamsite-cli
Advanced tools
Comparing version 0.0.5 to 0.0.6
#!/usr/bin/env node | ||
// read .env from cwd, this should be changed when jamsite | ||
// will allow specifying custom site path | ||
require('dotenv').config() | ||
function commandFromArgs (args) { | ||
@@ -4,0 +8,0 @@ if (!args.length) return false |
{ | ||
"name": "@jamsite/jamsite-cli", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Jamsite cli - JAMstack framework cli interface", | ||
@@ -48,4 +48,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"dotenv": "^8.2.0", | ||
"exec-sh": "^0.3.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
85102
2170
0
2
+ Addeddotenv@^8.2.0
+ Addeddotenv@8.6.0(transitive)