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 df1b6ce commit 3d6279eCopy full SHA for 3d6279e
.travis.yml
@@ -2,11 +2,9 @@ sudo: false
2
language: node_js
3
4
node_js:
5
- - "0.12"
6
- - "4"
7
- - "6"
8
- - "7"
9
- "8"
+ - "10"
+ - "12"
10
11
before_install:
12
- npm config --global set spin false
package.json
@@ -18,7 +18,7 @@
18
"validator",
19
"sourcemap"
20
],
21
- "version": "1.1.1",
+ "version": "2.0.0",
22
"repository": {
23
"type": "git",
24
"url": "git://github.com/ben-ng/sourcemap-validator.git"
@@ -38,6 +38,6 @@
38
},
39
"optionalDependencies": {},
40
"engines": {
41
- "node": "^0.10 || ^4.5 || 6.* || >= 7.*"
+ "node": "8.* || >= 10.*"
42
}
43
0 commit comments