Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, nsp, semver,…
Browse files Browse the repository at this point in the history
… `tape`
  • Loading branch information
ljharb committed Aug 29, 2017
1 parent 05ce701 commit 06047bf
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 @@ -31,13 +31,13 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^11.0.0",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"eslint": "^3.19.0",
"eslint": "^4.5.0",
"jscs": "^3.0.7",
"nsp": "^2.6.3",
"semver": "^5.3.0",
"tape": "^4.7.0"
"nsp": "^2.7.0",
"semver": "^5.4.1",
"tape": "^4.8.0"
},
"testling": {
"files": "test/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test('Symbol support', { skip: !hasSymbols }, function (t) {
var symbols = [
Symbol(),
Symbol('foo'),
Symbol.for('foo'),
Symbol['for']('foo'),
Object(Symbol('object'))
];
symbols.forEach(function (sym) {
Expand Down

0 comments on commit 06047bf

Please sign in to comment.