File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
- - " 8"
5
- - " 10"
6
4
- " 12"
7
5
- " node"
8
6
Original file line number Diff line number Diff line change 1
- Copyright (c) 2019, Sideway Inc, and project contributors
1
+ Copyright (c) 2019-2020 , Sideway Inc, and project contributors
2
2
Copyright (c) 2015-2019 Continuation Labs
3
3
All rights reserved.
4
4
Original file line number Diff line number Diff line change 4
4
"description" : " ESLint plugin containing hapi style guide rules" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : " https://github.com/hapijs/rule-eslint-plugin-hapi.git" ,
7
+ "files" : [
8
+ " lib"
9
+ ],
7
10
"keywords" : [
8
11
" lint" ,
9
12
" eslint" ,
18
21
"@hapi/rule-scope-start" : " 2.x.x"
19
22
},
20
23
"devDependencies" : {
21
- "@hapi/code" : " 6 .x.x" ,
22
- "@hapi/lab" : " 20 .x.x"
24
+ "@hapi/code" : " 8 .x.x" ,
25
+ "@hapi/lab" : " 22 .x.x"
23
26
},
24
27
"scripts" : {
25
28
"test" : " lab -t 100 -a @hapi/code -L"
You can’t perform that action at this time.
0 commit comments