File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: node_js
3
3
node_js :
4
4
- " stable"
5
5
- " lts/*"
6
- - 6
6
+ - 10
7
7
8
8
env :
9
9
global :
Original file line number Diff line number Diff line change 11
11
],
12
12
"main" : " index.js" ,
13
13
"types" : " index.d.ts" ,
14
+ "engines" : {
15
+ "node" : " >=10.0.0"
16
+ },
14
17
"scripts" : {
15
18
"test" : " npm run lint && npm run coverage" ,
16
19
"lint" : " jshint . && jscs ." ,
20
23
},
21
24
"repository" : " posthtml/posthtml-parser" ,
22
25
"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
+ ],
23
36
"license" : " MIT" ,
24
37
"bugs" : {
25
38
"url" : " https://github.com/posthtml/posthtml-parser/issues"
37
50
"rewire" : " ^5.0.0" ,
38
51
"sinon" : " ^9.0.3" ,
39
52
"sinon-chai" : " ^3.5.0"
53
+ },
54
+ "collective" : {
55
+ "type" : " opencollective" ,
56
+ "url" : " https://opencollective.com/posthtml"
40
57
}
41
58
}
You can’t perform that action at this time.
0 commit comments