Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `functions-have-…
Browse files Browse the repository at this point in the history
…names`
  • Loading branch information
ljharb committed Dec 12, 2019
1 parent 80080cd commit c74ad8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^13.1.1",
"@ljharb/eslint-config": "^15.0.2",
"array-map": "^0.0.0",
"covert": "^1.1.1",
"eslint": "^5.16.0",
"functions-have-names": "^1.1.0",
"eslint": "^6.7.2",
"functions-have-names": "^1.2.0",
"object-keys": "^1.1.1",
"tape": "^4.11.0"
},
Expand Down
2 changes: 0 additions & 2 deletions test/tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

/* global Symbol */

var keys = require('object-keys');
var map = require('array-map');
var define = require('define-properties');
Expand Down

0 comments on commit c74ad8a

Please sign in to comment.