@joshgmw/rw-setup-example
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -14,9 +14,6 @@ #!/usr/bin/env node | ||
console.log('Your redwood config is:') | ||
const config = getConfig() | ||
console.log(JSON.stringify(config, undefined, 2)) | ||
console.log() | ||
console.log(divider) | ||
} | ||
main() |
{ | ||
"name": "@joshgmw/rw-setup-example", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A very basic redwoodjs setup package", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"engines": { | ||
"redwoodjs": ">=6.0.0" | ||
"redwoodjs": ">=7.0.0" | ||
}, | ||
@@ -11,0 +11,0 @@ "keywords": ["redwoodjs", "setup"], |
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
815
15