create-rest-ui-app
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -217,3 +217,3 @@ /** | ||
const packageToInstall = getInstallPackage(version); | ||
const allDependencies = ['react', 'react-dom', packageToInstall]; | ||
const allDependencies = ['react', 'react-dom', 'rest-ui', 'aor-json-rest-client', 'aor-rich-text-input', packageToInstall]; | ||
@@ -220,0 +220,0 @@ console.log('Installing packages. This might take a couple minutes.'); |
{ | ||
"name": "create-rest-ui-app", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react" |
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
20157