Skip to content

Commit

Permalink
Merge remote-tracking branch 'ljharb/master' into #310
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerjames committed Feb 3, 2020
2 parents b10b3fc + 0625c49 commit 06c8699
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
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 06c8699

Please sign in to comment.