mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-23 12:37:43 +00:00
linting
This commit is contained in:
parent
f2975db70f
commit
e32a19b954
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "Makes Fox Faces",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"lint": "standard"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -25,5 +25,8 @@
|
|||
"node-gyp": "^3.4.0",
|
||||
"sanitize-filename": "^1.6.1",
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"standard": "^8.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue