Skip to content

Commit d415fb9

Browse files
committed
ci: drop support old node
1 parent f8efe55 commit d415fb9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "stable"
55
- "lts/*"
6-
- 6
6+
- 10
77

88
env:
99
global:

package.json

+17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"main": "index.js",
1313
"types": "index.d.ts",
14+
"engines": {
15+
"node": ">=10.0.0"
16+
},
1417
"scripts": {
1518
"test": "npm run lint && npm run coverage",
1619
"lint": "jshint . && jscs .",
@@ -20,6 +23,16 @@
2023
},
2124
"repository": "posthtml/posthtml-parser",
2225
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
26+
"contributors": [
27+
{
28+
"name": "Ivan Voischev",
29+
"email": "voischev.ivan@ya.ru"
30+
},
31+
{
32+
"name": "Ivan Demidov",
33+
"email": "scrum@list.ru"
34+
}
35+
],
2336
"license": "MIT",
2437
"bugs": {
2538
"url": "https://github.com/posthtml/posthtml-parser/issues"
@@ -37,5 +50,9 @@
3750
"rewire": "^5.0.0",
3851
"sinon": "^9.0.3",
3952
"sinon-chai": "^3.5.0"
53+
},
54+
"collective": {
55+
"type": "opencollective",
56+
"url": "https://opencollective.com/posthtml"
4057
}
4158
}

0 commit comments

Comments
 (0)