grunt-handlebars-requirejs
Advanced tools
Comparing version
{ | ||
"name": "grunt-handlebars-requirejs", | ||
"description": "Precompile Handlebars templates to RequireJS modules.", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/mrDarcyMurphy/grunt-handlebars-requirejs", | ||
@@ -35,4 +35,4 @@ "author": { | ||
"devDependencies": { | ||
"grunt": "~0.3.15", | ||
"grunt-contrib-clean": "~0.2.0", | ||
"grunt": "0.4.x", | ||
"grunt-contrib-clean": "0.4.x", | ||
"mocha": "~1.4.2", | ||
@@ -39,0 +39,0 @@ "grunt-simple-mocha": "*" |
@@ -49,3 +49,3 @@ /* | ||
this.files.forEach(function(files) { | ||
srcFiles = grunt.file.expandFiles(files.src); | ||
srcFiles = grunt.file.expand(files.src); | ||
srcFiles.forEach(function(file) { | ||
@@ -52,0 +52,0 @@ src = grunt.file.read(file); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8322
0.2%0
-100%