Skip to content

Commit f9ae453

Browse files
committed
chore(package): cleaning out obsolete package managers
1 parent c80b25e commit f9ae453

File tree

4 files changed

+7
-101
lines changed

4 files changed

+7
-101
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,14 @@ See the [About Page](http://medialize.github.io/URI.js/) and [API Docs](http://m
7979

8080
URI.js (without plugins) has a gzipped weight of about 7KB - if you include all extensions you end up at about 13KB. So unless you *need* second level domain support and use URI templates, we suggest you don't include them in your build. If you don't need a full featured URI mangler, it may be worth looking into the much smaller parser-only alternatives [listed below](#alternatives).
8181

82-
URI.js is available through [npm](http://npmjs.org/), [bower](http://bower.io/), [Jam](http://jamjs.org/), [spm](http://spmjs.io/) and manually from the [build page](http://medialize.github.io/URI.js/build.html):
82+
URI.js is available through [npm](http://npmjs.org/), [bower](http://bower.io/) and manually from the [build page](http://medialize.github.io/URI.js/build.html):
8383

8484
```bash
8585
# using bower
8686
bower install uri.js
8787

88-
# using Jam
89-
jam install URIjs
90-
9188
# using npm
9289
npm install URIjs
93-
94-
# using spm
95-
spm install urijs
9690
```
9791

9892
### Browser ###
@@ -244,6 +238,12 @@ URI.js is published under the [MIT license](http://www.opensource.org/licenses/m
244238

245239
## Changelog ##
246240

241+
### master (will be 1.16.1) ###
242+
243+
Package Management Cleanup - no changes to source code!
244+
245+
* removing [jam](http://jamjs.org/), [spm](http://spmjs.org/), `component.json` and `URI.jquery.json` as nobody cared that URI.js was stuck on 1.14 for a year
246+
247247
### 1.16.0 (July 24th 2015) ###
248248

249249
* **SECURITY** fixing [`URI.parseHost()`](http://medialize.github.io/URI.js/docs.html#static-parseHost) to rewrite `\` to `/` as Node and Browsers do - [Issue #233](https://github.com/medialize/URI.js/pull/233)

URI.jquery.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

component.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,6 @@
5454
"src/URI.fragmentURI.js",
5555
"LICENSE.txt"
5656
],
57-
"jam": {
58-
"main": "src/URI.js",
59-
"include": [
60-
"src/URI.js",
61-
"src/IPv6.js",
62-
"src/SecondLevelDomains.js",
63-
"src/punycode.js",
64-
"src/URITemplate.js",
65-
"src/jquery.URI.js",
66-
"src/URI.min.js",
67-
"src/jquery.URI.min.js",
68-
"src/URI.fragmentQuery.js",
69-
"src/URI.fragmentURI.js",
70-
"LICENSE.txt"
71-
]
72-
},
7357
"npmName": "URIjs",
7458
"npmFileMap": [
7559
{
@@ -89,8 +73,5 @@
8973
"jshint-stylish": "~0.1.5",
9074
"grunt": "~0.4.2",
9175
"grunt-contrib-jshint": "~0.8.0"
92-
},
93-
"spm": {
94-
"main": "src/URI.js"
9576
}
9677
}

0 commit comments

Comments
 (0)