@knit/path-join
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -1,4 +0,4 @@ | ||
'use strict'; | ||
"use strict"; | ||
var _path = require('path'); | ||
var _path = require("path"); | ||
@@ -10,5 +10,5 @@ var _path2 = _interopRequireDefault(_path); | ||
var pathJoin = function pathJoin() { | ||
return _path2.default.join.apply(_path2.default, arguments).replace('/', _path2.default.sep); | ||
return _path2.default.join.apply(_path2.default, arguments).replace("/", _path2.default.sep); | ||
}; | ||
module.exports = pathJoin; |
@@ -12,3 +12,3 @@ { | ||
"engines": { | ||
"node": ">=6", | ||
"node": ">=4", | ||
"npm": ">=3" | ||
@@ -21,6 +21,3 @@ }, | ||
"name": "@knit/path-join", | ||
"version": "0.4.0", | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"optionalDependencies": {} | ||
"version": "0.5.0" | ||
} |
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
763
2