Skip to content

Commit

Permalink
[Dev Deps] update tape, jscs, nsp, eslint, `@ljharb/eslint-co…
Browse files Browse the repository at this point in the history
…nfig`
  • Loading branch information
ljharb committed Dec 4, 2016
1 parent 7e644f1 commit 348a2a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"function-bind": "^1.1.0"
},
"devDependencies": {
"tape": "^4.6.0",
"tape": "^4.6.3",
"array-map": "^0.0.0",
"covert": "^1.1.0",
"jscs": "^3.0.6",
"nsp": "^2.5.0",
"eslint": "^3.0.1",
"@ljharb/eslint-config": "^6.0.0",
"jscs": "^3.0.7",
"nsp": "^2.6.2",
"eslint": "^3.11.1",
"@ljharb/eslint-config": "^9.0.1",
"@es-shims/api": "^1.2.0"
},
"testling": {
Expand Down
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var keys = require('object-keys');
var map = require('array-map');
var define = require('define-properties');

var hasSymbols = typeof Symbol === 'function' && typeof Symbol() === 'symbol';
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';

module.exports = function (values, t) {
var a = {};
Expand Down

0 comments on commit 348a2a3

Please sign in to comment.