Skip to content

Commit

Permalink
Updating package management manifests so everything includes all the …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
rodneyrehm committed May 23, 2014
1 parent 9782a78 commit 4f655b7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
"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"
],
"ignore": [
".*",
"*.css",
"*.min.js",
"/*.js",
"/*.html",
"/*.json",
Expand Down
31 changes: 28 additions & 3 deletions component.json
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"
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"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"
]
Expand Down

0 comments on commit 4f655b7

Please sign in to comment.