proper-url-join

v2.0.0
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

build:commonjs

BABEL_ENV=commonjs babel src -d lib

Metadata

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

Downloads