eslint to dev deps

This commit is contained in:
Bryan Ashby
2020-06-11 22:40:05 -06:00
parent 43a7bd9ba4
commit 920684852c
2 changed files with 533 additions and 7 deletions

View File

@@ -26,6 +26,7 @@
"binary-parser": "^1.6.2",
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "^1.8.12",
"deepdash": "^5.1.1",
"exiftool": "^0.0.3",
"fs-extra": "9.0.1",
"glob": "7.1.6",
@@ -58,10 +59,11 @@
"uuid-parse": "1.1.0",
"ws": "^7.3.0",
"xxhash": "^0.3.0",
"yazl": "^2.5.1",
"deepdash" : "^5.1.1"
"yazl": "^2.5.1"
},
"devDependencies": {
"eslint": "^7.2.0"
},
"devDependencies": {},
"engines": {
"node": ">=12"
}