We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0424c0 commit 15b3cf0Copy full SHA for 15b3cf0
.travis.yml
@@ -30,8 +30,6 @@ jobs:
30
script: npm run unit
31
- node_js: 8
32
33
- - node_js: 6
34
- script: npm run unit
35
- stage: release
36
node_js: lts/*
37
env: semantic-release
package.json
@@ -17,7 +17,7 @@
17
"url": "http://github.com/nock/nock/issues"
18
},
19
"engines": [
20
- "node >= 4.0"
+ "node >= 8.0"
21
],
22
"main": "./index",
23
"dependencies": {
0 commit comments