We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963ca57 + 25e1f9f commit 71b0412Copy full SHA for 71b0412
.travis.yml
@@ -13,4 +13,6 @@ env:
13
- JADE=jade@~1.7
14
- JADE=jade@~1.8
15
- JADE=jade@~1.9
16
+ - JADE=jade@~1.10
17
+ - JADE=jade@~1.11
18
before_script: npm install $JADE # install a specific version of jade
package.json
@@ -12,8 +12,8 @@
12
"author": "Blaine Bublitz <[email protected]>",
"dependencies": {
"gulp-util": "^3.0.2",
- "jade": "1.1 - 1.9",
- "through2": "^0.6.3"
+ "jade": "1.1 - 1.11",
+ "through2": "^2.0.0"
},
"files": [
19
"index.js",
@@ -28,7 +28,7 @@
28
"license": "MIT",
29
"devDependencies": {
30
"gulp": "^3.8.10",
31
- "tap": "^0.5.0",
+ "tap": "^1.3.1",
32
"gulp-jshint": "^1.9.0"
33
}
34
0 commit comments