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 8b20c4d commit 1edc6a8Copy full SHA for 1edc6a8
.travis.yml
@@ -1,7 +1,3 @@
1
language: node_js
2
node_js:
3
- - "8"
4
- - "7"
5
- - "6"
6
- - "5"
7
- - "4"
+ - lts/*"
package.json
@@ -11,7 +11,7 @@
11
"url": "git+https://github.com/inspekter/inspekter-plugin-javascript.git"
12
},
13
"engines" : {
14
- "node" : ">=4.0.0"
+ "node" : ">=4"
15
16
"author": "Pablo Oliveira <kryptogeist@gmail.com>",
17
"license": "MIT",
0 commit comments