Skip to content

Commit

Permalink
feature(package): bower.main must be a single JS file, closes #227
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jun 30, 2015
1 parent 6282417 commit 1faeae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m
* fixing [`.segmentCoded()`](http://medialize.github.io/URI.js/docs.html#accessors-segmentCoded) to encode (instead of decode) array input - [Issue #223](https://github.com/medialize/URI.js/issues/223)
* fixing [`.normalizePath()`](http://medialize.github.io/URI.js/docs.html#normalize-path) to properly resolve `/foo/..` to `/` - [Issue #224](https://github.com/medialize/URI.js/issues/224)
* fixing [`.relativeTo()`](http://medialize.github.io/URI.js/docs.html#relativeto) to resolve `/foo/` and `/foo/bar` to `./` instead of empty string - [Issue #226](https://github.com/medialize/URI.js/issues/226)
* fixing `bower.json`'s `"main": "src/URI.js"` - [Issue #227](https://github.com/medialize/URI.js/issues/227)

### 1.15.1 (April 5th 2015) ###

Expand Down
13 changes: 1 addition & 12 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
{
"name": "URIjs",
"version": "1.15.1",
"main": [
"src/URI.js",
"src/IPv6.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",
"ignore": [
".*",
"*.css",
Expand Down

0 comments on commit 1faeae1

Please sign in to comment.