build-url-ts
Advanced tools
Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "build-url-ts", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "A small library that builds a URL given its components", | ||
@@ -5,0 +5,0 @@ "main": "./dist/build-url.js", |
@@ -1,4 +0,4 @@ | ||
# build-url | ||
# build-url-ts | ||
[![Build Status](https://travis-ci.org/steverydz/build-url.svg?branch=master)](https://travis-ci.org/steverydz/build-url) | ||
[![Build Status](https://travis-ci.org/meabed/build-url.svg?branch=master)](https://travis-ci.org/meabed/build-url) | ||
@@ -12,3 +12,3 @@ A library that builds a URL, including its path, query parameters and fragment identifier. Works in node and in the browser. | ||
``` | ||
npm install build-url --save | ||
npm install build-url-ts --save | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
``` | ||
import buildUrl from '../path/to/lib/build-url'; | ||
import buildUrl from 'build-url-ts'; | ||
@@ -22,0 +22,0 @@ buildUrl('http://example.com', { |
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
13164
15
96