grunt-modernizr
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "grunt-modernizr", | ||
"description": "Build out a lean, mean Modernizr machine.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/Modernizr/grunt-modernizr", | ||
@@ -17,3 +17,3 @@ "author": "Richard Herrera <rich@doctyper.com> (http://doctyper.com)", | ||
"type": "MIT", | ||
"url": "https://github.com/doctyper/grunt-modernizr/blob/master/LICENSE-MIT" | ||
"url": "https://github.com/Modernizr/grunt-modernizr/blob/master/LICENSE-MIT" | ||
} | ||
@@ -29,3 +29,3 @@ ], | ||
"dependencies": { | ||
"customizr": "https://github.com/doctyper/customizr/tarball/develop", | ||
"customizr": "https://github.com/Modernizr/customizr/tarball/develop", | ||
"lodash.merge": "^4.0.1" | ||
@@ -32,0 +32,0 @@ }, |
@@ -7,3 +7,3 @@ # grunt-modernizr | ||
A [Grunt](http://gruntjs.com/) wrapper for [Modernizr](https://github.com/doctyper/customizr). | ||
A [Grunt](http://gruntjs.com/) wrapper for [Modernizr](https://github.com/Modernizr/Modernizr). | ||
@@ -33,3 +33,3 @@ ## Usage | ||
### For Full Features & Configuration? → [See Customizr(https://github.com/modernizr/customizr#config-file | ||
### For Full Features & Configuration? → [See Customizr](https://github.com/modernizr/customizr#config-file) | ||
@@ -45,7 +45,6 @@ Run the task with `grunt modernizr:dist`. | ||
dist: { | ||
"dest" : "build/modernizr-custom.js", | ||
"parseFiles": true, | ||
"customTests": [], | ||
"devFile": "/PATH/TO/modernizr-dev.js", | ||
"outputFile": "/PATH/TO/modernizr-output.js", | ||
"dest": "/PATH/TO/modernizr-output.js", | ||
"tests": [ | ||
@@ -52,0 +51,0 @@ // Tests |
@@ -30,2 +30,7 @@ /* | ||
var settings = _merge(this.options(), this.data); | ||
var noColors = grunt.option('no-color') === true; | ||
if (noColors) { | ||
settings.noColors = true; | ||
} | ||
@@ -32,0 +37,0 @@ // Go! |
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
103363
24
2448
67