gulp-ng-config
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ var through = require('through2'), | ||
const PLUGIN_NAME = 'gulp-ng-config', | ||
WRAP_TEAMPLTE = '(function () { \n return <%= module %>\n})();\n'; | ||
WRAP_TEMPLATE = '(function () { \n return <%= module %>\n})();\n'; | ||
@@ -88,3 +88,3 @@ function gulpNgConfig (moduleName, configuration) { | ||
} else { | ||
wrapTemplate = WRAP_TEAMPLTE; | ||
wrapTemplate = WRAP_TEMPLATE; | ||
} | ||
@@ -91,0 +91,0 @@ templateOutput = _.template(wrapTemplate)({ |
{ | ||
"name": "gulp-ng-config", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "AngularJS configuration generator for a module of constants", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |