Skip to content

Commit 84fdab3

Browse files
committed
Update bower.json and packa.json "name" field.
1 parent 9a81be1 commit 84fdab3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

bower.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"name": "js-url",
3+
"authors": [
4+
"Rob Nova <rob@websanova.com>"
5+
],
36
"description": "A simple url parser for JavaScript.",
4-
"keywords": ["js", "javascript", "url", "parser"],
7+
"keywords": [
8+
"js",
9+
"javascript",
10+
"url",
11+
"parser"
12+
],
513
"homepage": "https://github.com/websanova/js-url",
614
"license": "MIT",
715
"moduleType": "globals",
816
"main": [
9-
"url.js"
17+
"url.js",
1018
],
1119
"ignore": [
1220
"lib",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "url",
2+
"name": "js-url",
33
"version": "2.0.1",
44
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
55
"main": "url.js",

0 commit comments

Comments
 (0)