Comparing version 1.2.0 to 1.2.1
@@ -19,3 +19,2 @@ 'use strict'; | ||
var iconv = require('iconv-lite'); | ||
var pathIsAbsolute = require('path-is-absolute'); | ||
var mkdirp = require('mkdirp').sync; | ||
@@ -411,3 +410,3 @@ | ||
var filepath = path.join.apply(path, arguments); | ||
return pathIsAbsolute(filepath); | ||
return path.isAbsolute(filepath); | ||
}; | ||
@@ -414,0 +413,0 @@ |
{ | ||
"name": "grunt", | ||
"description": "The JavaScript Task Runner", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Grunt Development Team (https://gruntjs.com/development-team)", | ||
@@ -54,3 +54,2 @@ "homepage": "https://gruntjs.com/", | ||
"nopt": "~3.0.6", | ||
"path-is-absolute": "~2.0.0", | ||
"rimraf": "~3.0.2" | ||
@@ -57,0 +56,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
76392
15
1737
- Removedpath-is-absolute@~2.0.0
- Removedpath-is-absolute@2.0.0(transitive)