@herodevs/coulson
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@herodevs/coulson", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Add coulson to your angular app", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -13,3 +13,3 @@ "use strict"; | ||
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask()); | ||
context.addTask(new tasks_1.RunSchematicTask('ng-add-setup-project', options), [installTaskId]); | ||
context.addTask(new tasks_1.RunSchematicTask('coulson', options), [installTaskId]); | ||
}; | ||
@@ -16,0 +16,0 @@ } |
Sorry, the diff of this file is not supported yet
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
55740