Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Commit

Permalink
cba to deal with supporting both versions of node when 0.16.0 works p…
Browse files Browse the repository at this point in the history
…erfectly with node 0.6 - next version is >=0.8.0 only
  • Loading branch information
clux committed Jun 28, 2012
1 parent eef9299 commit edeab44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.6
- 0.8

notifications:
Expand Down
5 changes: 3 additions & 2 deletions History.md
Expand Up @@ -4,10 +4,11 @@ TODO
* npm tests
* better handling of analysis elements from npm domain

0.16.1 / 2012-06-??
0.17.0 / 2012-06-??
==================
* maintenance release for 0.8
* mainly a maintenance release for 0.8 (it does not support 0.6)
* testability using tap rather than expresso, dependency cleanups and slight code cleaning
* type testing bit moved into the `typr` module

0.16.0 / 2012-02-25
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"cli"
],
"engines": {
"node": ">=0.6.16"
"node": ">=0.8.0"
},
"bugs": {
"url": "http://github.com/clux/modul8/issues"
Expand Down

0 comments on commit edeab44

Please sign in to comment.