Skip to content

Commit 6cbfa12

Browse files
authored
Merge pull request #140 from bcomnes/update-detective
Update detective and roll back to 0.8 support
2 parents 0734b7d + 48f1609 commit 6cbfa12

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.travis.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
language: node_js
22
node_js:
3-
- 9
4-
- 8
5-
- 6
6-
- 4
3+
- "9"
4+
- "8"
5+
- "6"
6+
- "4"
7+
- "iojs"
8+
- "0.12"
9+
- "0.10"
10+
- "0.8"
11+
sudo: false
12+
before_install:
13+
- 'nvm install-latest-npm'
14+
matrix:
15+
fast_finish: true

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cached-path-relative": "^1.0.0",
1313
"concat-stream": "~1.6.0",
1414
"defined": "^1.0.0",
15-
"detective": "^5.0.1",
15+
"detective": "^5.0.2",
1616
"duplexer2": "^0.1.2",
1717
"inherits": "^2.0.1",
1818
"parents": "^1.0.0",
@@ -24,7 +24,7 @@
2424
"xtend": "^4.0.0"
2525
},
2626
"devDependencies": {
27-
"tap": "^11.0.1",
27+
"tap": "^1.0.0",
2828
"browser-pack": "^6.0.2"
2929
},
3030
"scripts": {
@@ -50,7 +50,7 @@
5050
"url": "http://substack.net"
5151
},
5252
"engines": {
53-
"node": ">= 4.0"
53+
"node": ">= 0.8.0"
5454
},
5555
"license": "MIT"
5656
}

0 commit comments

Comments
 (0)