Skip to content

Commit 717c6e9

Browse files
committed
Cleanup. Closes #14
1 parent 22a2878 commit 717c6e9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "8"
5-
- "10"
64
- "12"
75
- "node"
86

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, Sideway Inc, and project contributors
1+
Copyright (c) 2019-2020, Sideway Inc, and project contributors
22
Copyright (c) 2015-2019 Continuation Labs
33
All rights reserved.
44

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "ESLint plugin containing hapi style guide rules",
55
"main": "lib/index.js",
66
"repository": "https://github.com/hapijs/rule-eslint-plugin-hapi.git",
7+
"files": [
8+
"lib"
9+
],
710
"keywords": [
811
"lint",
912
"eslint",
@@ -18,8 +21,8 @@
1821
"@hapi/rule-scope-start": "2.x.x"
1922
},
2023
"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"
2326
},
2427
"scripts": {
2528
"test": "lab -t 100 -a @hapi/code -L"

0 commit comments

Comments
 (0)