Skip to content

Commit 28acf53

Browse files
committedJan 22, 2014
bump jshint to 0.8.0
1 parent a97c6e6 commit 28acf53

File tree

4 files changed

+9
-48
lines changed

4 files changed

+9
-48
lines changed
 

‎.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"globals": {
2+
"predef": {
33
"document": true,
44
"window": true,
55
"location": true,

‎package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"devDependencies": {
2525
"express": "~3.4.2",
26-
"lockfile": "~>0.3.0",
26+
"lockfile": "~0.3.4",
2727
"bower": "~1.2.7",
2828
"grunt": "~0.4.2",
2929
"grunt-cli": "~0.1.9",
@@ -32,14 +32,14 @@
3232
"grunt-contrib-copy": "~0.4.1",
3333
"grunt-contrib-concat": "~0.3.0",
3434
"grunt-contrib-clean": "~0.4.1",
35-
"grunt-contrib-jshint": "~0.7.2",
36-
"grunt-contrib-uglify": "~0.2.2",
37-
"grunt-contrib-cssmin": "~0.6.1",
35+
"grunt-contrib-jshint": "~0.8.0",
36+
"grunt-contrib-uglify": "~0.2.7",
37+
"grunt-contrib-cssmin": "~0.6.2",
3838
"grunt-preprocess": "~3.0.1",
3939
"grunt-es6-module-transpiler": "~0.6.0",
40-
"grunt-concat-sourcemap": "~0.3.0",
40+
"grunt-concat-sourcemap": "~0.3.2",
4141
"grunt-concurrent": "~0.3.1",
42-
"grunt-usemin": "~0.1.12",
42+
"grunt-usemin": "~0.1.13",
4343
"grunt-rev": "~0.1.0",
4444
"grunt-ember-templates": "~0.4.18",
4545
"grunt-contrib-testem": "~0.5.11",

‎tasks/.jshintrc

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,5 @@
11
{
2-
"globals": [
3-
"document",
4-
"window",
5-
"location",
6-
"setTimeout",
7-
"Ember",
8-
"Em",
9-
"$",
10-
"QUnit",
11-
"define",
12-
"console",
13-
"require",
14-
"requirejs",
15-
"equal",
16-
"notEqual",
17-
"notStrictEqual",
18-
"test",
19-
"asyncTest",
20-
"testBoth",
21-
"testWithDefault",
22-
"raises",
23-
"throws",
24-
"deepEqual",
25-
"start",
26-
"stop",
27-
"ok",
28-
"strictEqual",
29-
"module",
30-
"process",
31-
"expect",
32-
"visit",
33-
"exists",
34-
"fillIn",
35-
"click",
36-
"find",
37-
"isolatedContainer",
38-
"startApp",
39-
"__dirname"
40-
],
41-
"node" : false,
2+
"node" : true,
423
"browser" : false,
434
"boss" : true,
445
"curly": false,

‎tests/.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"globals": [
2+
"predef": [
33
"document",
44
"window",
55
"location",

0 commit comments

Comments
 (0)
Failed to load comments.