-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating package management manifests so everything includes all the …
…files
- Loading branch information
1 parent
9782a78
commit 4f655b7
Showing
3 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,37 @@ | ||
{ | ||
"name": "URIjs", | ||
"description": "URI.js is a Javascript library for working with URLs.", | ||
"version": "1.13.1", | ||
"repo": "medialize/URI.js", | ||
"scripts": [ | ||
"src/URI.js", | ||
"src/punycode.js", | ||
"src/IPv6.js", | ||
"src/SecondLevelDomains.js" | ||
"src/SecondLevelDomains.js", | ||
"src/punycode.js", | ||
"src/URITemplate.js", | ||
"src/jquery.URI.js", | ||
"src/URI.min.js", | ||
"src/jquery.URI.min.js", | ||
"src/URI.fragmentQuery.js", | ||
"src/URI.fragmentURI.js" | ||
], | ||
"main": "src/URI.js" | ||
"main": "src/URI.js", | ||
"keywords": [ | ||
"uri", | ||
"url", | ||
"urn", | ||
"uri mutation", | ||
"url mutation", | ||
"uri manipulation", | ||
"url manipulation", | ||
"uri template", | ||
"url template", | ||
"unified resource locator", | ||
"unified resource identifier", | ||
"query string", | ||
"RFC 3986", | ||
"RFC3986", | ||
"RFC 6570", | ||
"RFC6570" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters