We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27d5f0 commit 98c574fCopy full SHA for 98c574f
package.json
@@ -4,7 +4,8 @@
4
"description": "A micro-service that provides Github related information to NodeZoo",
5
"scripts": {
6
"start": "node srv/start.js",
7
- "isolated": "GITHUB_ISOLATED=true node srv/start.js"
+ "isolated": "GITHUB_ISOLATED=true node srv/start.js",
8
+ "lint": "lab test -dL"
9
},
10
"main": "lib/github.js",
11
"keywords": [
0 commit comments