Skip to content

Commit 699f87f

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, grunt-contrib-connect, jshint
1 parent 28eeadb commit 699f87f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
"devDependencies": {
7171
"chai": "^3.5.0",
7272
"es5-shim": "^4.5.8",
73-
"eslint": "^2.8.0",
74-
"@ljharb/eslint-config": "^3.0.1",
73+
"eslint": "^2.9.0",
74+
"@ljharb/eslint-config": "^4.0.0",
7575
"grunt": "^0.4.5",
76-
"grunt-contrib-connect": "^1.0.1",
76+
"grunt-contrib-connect": "^1.0.2",
7777
"grunt-contrib-watch": "^1.0.0",
7878
"grunt-saucelabs": "^8.6.2",
7979
"jscs": "^3.0.3",
80-
"jshint": "^2.9.1",
80+
"jshint": "^2.9.2",
8181
"mocha": "^2.4.5",
8282
"promises-aplus-tests": "^2.1.1",
8383
"promises-es6-tests": "^0.5.0",

test-sham/function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global describe, it, xit, expect, require, beforeEach, afterEach */
1+
/* global describe, it, expect, require */
22

33
describe('Function', function () {
44
describe('#name', function () {

0 commit comments

Comments
 (0)