forked from oauthjs/node-oauth2-server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We actually to want to keep 0.8 support but don't need to test 0.6 0.11 as express doesn't (yet)
- Loading branch information
Thom Seddon
committed
Apr 11, 2013
1 parent
30c08bd
commit 539aa8c
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- "0.11" | ||
- "0.10" | ||
- "0.8" | ||
- "0.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
} | ||
], | ||
"engines": { | ||
"node": ">=1.0.0" | ||
"node": ">=0.8" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
|