@content-app/cli
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const contentful = require('contentful-management'); | ||
const contentApp = require('@content-app/core').default; | ||
const contentApp = require('@content-app/core'); | ||
const program = new Command(); | ||
@@ -12,3 +12,2 @@ const path = require('path'); | ||
program | ||
@@ -40,3 +39,3 @@ .command('load-content-types') | ||
environment: finalEnvironment, | ||
}); | ||
}); | ||
} catch (error) { | ||
@@ -43,0 +42,0 @@ console.error(console.error(error)); |
{ | ||
"name": "@content-app/cli", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "Content-app CLI", | ||
@@ -5,0 +5,0 @@ "main": "bin/content-app.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
5846