Skip to content

Commit

Permalink
[Dev Deps] update @ljharb/eslint-config, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 26, 2020
1 parent fe6384c commit 0625c49
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^15.1.0",
"@ljharb/eslint-config": "^16.0.0",
"browserify": "^16.5.0",
"covert": "^1.1.1",
"eclint": "^2.8.1",
Expand All @@ -45,7 +45,7 @@
"qs-iconv": "^1.0.4",
"safe-publish-latest": "^1.1.4",
"safer-buffer": "^2.1.2",
"tape": "^5.0.0-next.3"
"tape": "^5.0.0-next.4"
},
"scripts": {
"prepublish": "safe-publish-latest && npm run dist",
Expand All @@ -59,5 +59,11 @@
"coverage": "covert test",
"dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js"
},
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"greenkeeper": {
"ignore": [
"iconv-lite",
"mkdirp"
]
}
}

0 comments on commit 0625c49

Please sign in to comment.