Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "urlconcat", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Concats paths in an url, places slashes where necessary.", | ||
@@ -8,3 +8,3 @@ "main": "urlconcat.js", | ||
"test": "jshint urlconcat.js & node ./test/urlconcatTest.js", | ||
"release": "uglifyjs urlconcat.js > urlconcat.min.js & npm-release patch -m Release [ci skip]" | ||
"release": "uglifyjs urlconcat.js > urlconcat.min.js & npm-release patch -m 'Release [ci skip]'" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
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
4111