Skip to content

Commit 98c574f

Browse files
committed
Added linting command to package
1 parent f27d5f0 commit 98c574f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A micro-service that provides Github related information to NodeZoo",
55
"scripts": {
66
"start": "node srv/start.js",
7-
"isolated": "GITHUB_ISOLATED=true node srv/start.js"
7+
"isolated": "GITHUB_ISOLATED=true node srv/start.js",
8+
"lint": "lab test -dL"
89
},
910
"main": "lib/github.js",
1011
"keywords": [

0 commit comments

Comments
 (0)