Skip to content

Commit 63b2b0b

Browse files
committed
Merge pull request #73 from shinnn/deps
Update dependencies
2 parents 2c80e13 + ccad7d3 commit 63b2b0b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.jshintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"camelcase": false,
55
"curly": true,
66
"eqeqeq": true,
7-
"forin": true,
87
"immed": true,
98
"latedef": true,
109
"newcap": true,
@@ -13,7 +12,5 @@
1312
"noempty": true,
1413
"undef": true,
1514
"unused": true,
16-
"strict": true,
17-
"trailing": true,
18-
"globals": {}
15+
"strict": true
1916
}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: node_js
23
node_js:
34
- "0.10"

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"repository": "https://github.com/phated/gulp-jade.git",
1212
"author": "Blaine Bublitz <[email protected]>",
1313
"dependencies": {
14-
"gulp-util": "~2.2",
14+
"gulp-util": "^3.0.2",
1515
"jade": "1.1 - 1.7",
16-
"through2": "^0.5.1",
16+
"through2": "^0.6.3",
1717
"xtend": "^4.0.0"
1818
},
19-
"main": "index.js",
19+
"files": [
20+
"index.js",
21+
"LICENSE"
22+
],
2023
"engines": {
2124
"node": ">= 0.10"
2225
},
@@ -29,8 +32,8 @@
2932
}
3033
],
3134
"devDependencies": {
32-
"gulp": "~3.4.0",
33-
"tap": "~0.4.6",
34-
"gulp-jshint": "~1.3.4"
35+
"gulp": "^3.8.10",
36+
"tap": "^0.5.0",
37+
"gulp-jshint": "^1.9.0"
3538
}
3639
}

0 commit comments

Comments
 (0)