@chriscdn/build-url 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# chriscdn/build-url
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A small utility for building URLs.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Motivation
|
|
6
6
|
|
|
7
7
|
This package is a fork of [@googlicius/build-url](https://github.com/googlicius/build-url). Full credit to googlicius for the concept, source code, and documentation. 👍
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chriscdn/build-url",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "A small utility for building URLs.",
|
|
5
|
+
"repository": "https://github.com/chriscdn/build-url",
|
|
6
|
+
"author": "Christopher Meyer <chris@schwiiz.org>",
|
|
4
7
|
"license": "MIT",
|
|
5
8
|
"type": "module",
|
|
6
9
|
"source": "./src/index.ts",
|