Skip to content

Commit e98cdde

Browse files
committed
Release 1.0.0
1 parent bdb1af4 commit e98cdde

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
3+
- 'iojs-2'
34
- 'iojs-1'
4-
- '0.12'
5-
- '0.10'
65
script: "npm run test-travis"
76
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
1.0.0 / 2015-06-17
3+
==================
4+
5+
* first release

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ changing
66
[![Test coverage][coveralls-image]][coveralls-url]
77
[![Gittip][gittip-image]][gittip-url]
88
[![David deps][david-image]][david-url]
9-
[![iojs version][iojs-image]][iojs-url]
10-
[![node version][node-image]][node-url]
119
[![npm download][download-image]][download-url]
1210

1311
[npm-image]: https://img.shields.io/npm/v/changing.svg?style=flat-square
@@ -20,10 +18,6 @@ changing
2018
[gittip-url]: https://www.gittip.com/fengmk2/
2119
[david-image]: https://img.shields.io/david/node-modules/changing.svg?style=flat-square
2220
[david-url]: https://david-dm.org/node-modules/changing
23-
[iojs-image]: https://img.shields.io/badge/io.js-%3E=_1.0-yellow.svg?style=flat-square
24-
[iojs-url]: http://iojs.org/
25-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
26-
[node-url]: http://nodejs.org/download/
2721
[download-image]: https://img.shields.io/npm/dm/changing.svg?style=flat-square
2822
[download-url]: https://npmjs.org/package/changing
2923

0 commit comments

Comments
 (0)