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 19ca2e1 + 5b8f061 commit d77f4c7Copy full SHA for d77f4c7
.travis.yml
@@ -1,3 +1,5 @@
1
language: node_js
2
node_js:
3
- - 0.10
+ - iojs
4
+ - 0.12
5
+ - 0.10
package.json
@@ -5,15 +5,15 @@
"main": "index.js",
6
"dependencies": {
7
"csslint": "^0.10.0",
8
- "event-stream": "^3.1.2",
9
- "gulp-util": "^3.0.0"
+ "event-stream": "^3.3.0",
+ "gulp-util": "^3.0.4"
10
},
11
"devDependencies": {
12
- "mocha": "^1.18.2",
13
- "should": "^3.3.1"
+ "mocha": "^2.2.1",
+ "should": "^5.2.0"
14
15
"scripts": {
16
- "test": "./node_modules/.bin/mocha"
+ "test": "mocha"
17
18
"repository": {
19
"type": "git",
0 commit comments