Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,5 @@ | ||
# Version 1.1.1: | ||
* Fix: Typo in function name caused HTML templates not to load | ||
# Version 1.1.0: | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "kick", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Kickstarter and generator for AngularJS based on ES6, webpack and best practices", | ||
@@ -5,0 +5,0 @@ "author": "500Tech <info@500tech.com>", |
@@ -20,3 +20,3 @@ "use strict"; | ||
const templates = require.context(__dirname, true, /\.html$/); | ||
templates.keys().forEach(template); | ||
templates.keys().forEach(templates); | ||
@@ -23,0 +23,0 @@ angular.module('%APP_NAME%', [ |
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
116752