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.
1 parent a635d89 commit 2a0cc73Copy full SHA for 2a0cc73
.travis.yml
@@ -1,13 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - iojs
5
- "5"
6
- "4.2"
7
- "4.1"
8
- "4.0"
9
- - "0.12"
10
- - "0.11"
11
- - "iojs"
12
script:
13
- npm run test
package.json
@@ -33,12 +33,14 @@
33
"imagemin-pngquant": "5.0.0",
34
"imagemin-svgo": "5.1.0",
35
"loader-utils": "0.2.15",
36
+ "task-queue-async":"1.0.1",
37
"pngjs": "2.3.1",
38
"q": "1.4.1",
39
"streamifier": "0.1.1"
40
},
41
"devDependencies": {
42
"chai": "1.6.1",
43
+ "chai-fs": "0.1.0",
44
"eslint": "3.0.1",
45
"eslint-config-airbnb": "9.0.1",
46
"eslint-plugin-import": "1.10.2",
0 commit comments