grunt-dust-html
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -21,2 +21,3 @@ module.exports = function(grunt) { | ||
undef: true, | ||
unused: true, | ||
boss: true, | ||
@@ -23,0 +24,0 @@ eqnull: true, |
{ | ||
"name": "grunt-dust-html", | ||
"description": "Grunt task to render Dust templates to HTML", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "tasks/grunt-dust-html.js", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -6,3 +6,2 @@ 'use strict'; | ||
var _ = require('lodash'); | ||
var async = require('async'); | ||
var grunt = require('grunt'); | ||
@@ -9,0 +8,0 @@ |
@@ -5,3 +5,2 @@ 'use strict'; | ||
var path = require('path'); | ||
var grunt = require('grunt'); | ||
var dusthtml = require('../tasks/lib/dusthtml'); | ||
@@ -8,0 +7,0 @@ var fixtures = path.join(__dirname, 'fixtures'); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
11118
256