resolve-pathname
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "resolve-pathname", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Resolve URL pathnames using JavaScript", | ||
@@ -8,3 +8,3 @@ "author": "Michael Jackson", | ||
"main": "lib", | ||
"browser": "umd/resolvePathname.min.js", | ||
"browser": "umd/resolve-pathname.min.js", | ||
"files": [ | ||
@@ -18,4 +18,4 @@ "lib", | ||
"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'", | ||
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/resolvePathname.min.js", | ||
"build-umd": "NODE_ENV=production webpack modules/index.js umd/resolvePathname.js", | ||
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/resolve-pathname.min.js", | ||
"build-umd": "NODE_ENV=production webpack modules/index.js umd/resolve-pathname.js", | ||
"release": "node ./scripts/release.js", | ||
@@ -22,0 +22,0 @@ "prepublish": "npm run build", |
@@ -33,3 +33,3 @@ # resolve-pathname [![Travis][build-badge]][build] [![npm package][npm-badge]][npm] | ||
```html | ||
<script src="https://npmcdn.com/resolve-pathname/umd/resolvePathname.min.js"></script> | ||
<script src="https://npmcdn.com/resolve-pathname/umd/resolve-pathname.min.js"></script> | ||
``` | ||
@@ -36,0 +36,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
17938
7
297