proper-url-join

v2.1.1
Like `path.join` but for a URL
url join path pathname normalize

lint

eslint --ignore-path .gitignore .

test

jest --env node --coverage

build

npm run build:commonjs && npm run build:es

release

standard-version

build:es

BABEL_ENV=es babel src -d es

prerelease

npm t && npm run lint && npm run build

postrelease

git push --follow-tags origin master && npm publish

build:commonjs

BABEL_ENV=commonjs babel src -d lib

Metadata

  • MIT
  • Whatever
  • AndrĂ© Cruz
  • released 11/3/2019

Downloads