File tree 3 files changed +25
-27
lines changed
3 files changed +25
-27
lines changed Original file line number Diff line number Diff line change 1
- .idea
2
- * .iml
3
- npm-debug.log
4
- dump.rdb
5
- node_modules
1
+ ** /node_modules
2
+ ** /package-lock.json
3
+ ** /npm-shrinkwrap.json
4
+
5
+ coverage. *
6
+ results. *
7
+
8
+ ** /.DS_Store
9
+ ** /._ *
10
+
11
+ ** /* .pem
12
+
13
+ ** /.vs
14
+ ** /.vscode
15
+ ** /.idea
16
+
6
17
! test /cli_coverage /node_modules
7
- results.tap
8
- results.xml
9
- npm-shrinkwrap.json
10
- config.json
11
- .DS_Store
12
- * /.DS_Store
13
- * /* /.DS_Store
14
- ._ *
15
- * /._ *
16
- * /* /._ *
17
- coverage.json
18
- coverage.html
19
- lib-cov
20
18
test_runner
21
19
test /cli /test /leaks.js
22
- package-lock.json
20
+
Original file line number Diff line number Diff line change 1
- Copyright (c) 2014-2018 , Wyatt Preul and other contributors.
1
+ Copyright (c) 2014-2019 , Wyatt Preul and other contributors.
2
2
Copyright (c) 2013-2014, Walmart and other contributors.
3
3
All rights reserved.
4
4
Original file line number Diff line number Diff line change 9
9
],
10
10
"dependencies" : {
11
11
"bossy" : " 4.x.x" ,
12
- "diff" : " 3.5 .x" ,
13
- "eslint" : " 5.10 .x" ,
12
+ "diff" : " 4.x .x" ,
13
+ "eslint" : " 5.x .x" ,
14
14
"eslint-config-hapi" : " 12.x.x" ,
15
15
"eslint-plugin-hapi" : " 4.x.x" ,
16
- "espree" : " 5.0 .x" ,
17
- "find-rc" : " 3.0 .x" ,
16
+ "espree" : " 5.x .x" ,
17
+ "find-rc" : " 4.x .x" ,
18
18
"handlebars" : " 4.x.x" ,
19
- "hoek" : " 6.1 .x" ,
19
+ "hoek" : " 6.x .x" ,
20
20
"json-stable-stringify" : " 1.x.x" ,
21
21
"json-stringify-safe" : " 5.x.x" ,
22
22
"mkdirp" : " 0.5.x" ,
23
- "seedrandom" : " 2.4 .x" ,
23
+ "seedrandom" : " 2.x .x" ,
24
24
"source-map" : " 0.7.x" ,
25
25
"source-map-support" : " 0.5.x" ,
26
- "supports-color" : " 5.5 .x" ,
26
+ "supports-color" : " 6.x .x" ,
27
27
"will-call" : " 1.x.x"
28
28
},
29
29
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments