We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
@ljharb/eslint-config
core-js
tape
1 parent 7b7b176 commit b614eaaCopy full SHA for b614eaa
package.json
@@ -4,11 +4,11 @@
4
"description": "string representations of objects in node and the browser",
5
"main": "index.js",
6
"devDependencies": {
7
- "@ljharb/eslint-config": "^13.1.1",
8
- "core-js": "^2.5.5",
9
- "eslint": "^5.16.0",
+ "@ljharb/eslint-config": "^15.0.0",
+ "core-js": "^2.6.10",
+ "eslint": "^6.6.0",
10
"nyc": "^10.3.2",
11
- "tape": "^4.9.0"
+ "tape": "^4.11.0"
12
},
13
"scripts": {
14
"pretest": "npm run lint",
@@ -55,5 +55,11 @@
55
"license": "MIT",
56
"browser": {
57
"./util.inspect.js": false
58
+ },
59
+ "greenkeeper": {
60
+ "ignore": [
61
+ "nyc",
62
+ "core-js"
63
+ ]
64
}
65
0 commit comments