Skip to content

Commit

Permalink
[Dev Deps] add missing object-keys dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2018
1 parent 66caa4a commit 7cbc7f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -45,14 +45,15 @@
"function-bind": "^1.1.0"
},
"devDependencies": {
"tape": "^4.6.3",
"@es-shims/api": "^1.2.0",
"@ljharb/eslint-config": "^9.0.1",
"array-map": "^0.0.0",
"covert": "^1.1.0",
"eslint": "^3.11.1",
"jscs": "^3.0.7",
"nsp": "^2.6.2",
"eslint": "^3.11.1",
"@ljharb/eslint-config": "^9.0.1",
"@es-shims/api": "^1.2.0"
"object-keys": "^1.0.12",
"tape": "^4.6.3"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 7cbc7f3

Please sign in to comment.