grunt-jasper
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "grunt-jasper", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Grunt task to build and package jasper application", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jasperjs/grunt-jasper", |
@@ -44,3 +44,3 @@ 'use strict'; | ||
return 'angular.module("jasperValuesConfig",[ "jasper" ]).config(["jasperValueProvider", function(v){ ' + registrationScript + ' }]);'; | ||
return 'angular.module("jasperValuesConfig",[ "jasper" ]).config(["jasperConstantProvider", function(v){ ' + registrationScript + ' }]);'; | ||
} | ||
@@ -47,0 +47,0 @@ |
54411