Skip to content

Commit

Permalink
chore: upgrade eslint, temp, & debug
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored and MarshallOfSound committed Feb 28, 2019
1 parent 5403c71 commit a113097
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -11,17 +11,17 @@
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"lint": "eslint src & eslint spec",
"lint": "eslint src spec",
"test": "npm run lint && ava",
"tdd": "ava --watch"
},
"dependencies": {
"asar": "^1.0.0",
"debug": "^2.2.0",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"lodash.template": "^4.2.2",
"pify": "^4.0.1",
"temp": "^0.8.3"
"temp": "^0.9.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -31,8 +31,8 @@
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"ava": "^1.2.1",
"babel-eslint": "^6.0.2",
"eslint": "^2.4.0"
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit a113097

Please sign in to comment.