Skip to content

Commit b614eaa

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, core-js, tape
1 parent 7b7b176 commit b614eaa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {
7-
"@ljharb/eslint-config": "^13.1.1",
8-
"core-js": "^2.5.5",
9-
"eslint": "^5.16.0",
7+
"@ljharb/eslint-config": "^15.0.0",
8+
"core-js": "^2.6.10",
9+
"eslint": "^6.6.0",
1010
"nyc": "^10.3.2",
11-
"tape": "^4.9.0"
11+
"tape": "^4.11.0"
1212
},
1313
"scripts": {
1414
"pretest": "npm run lint",
@@ -55,5 +55,11 @@
5555
"license": "MIT",
5656
"browser": {
5757
"./util.inspect.js": false
58+
},
59+
"greenkeeper": {
60+
"ignore": [
61+
"nyc",
62+
"core-js"
63+
]
5864
}
5965
}

0 commit comments

Comments
 (0)