Skip to content

Commit 2a0cc73

Browse files
author
Gleb Mikheev
committed
fixed package.json
1 parent a635d89 commit 2a0cc73

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- iojs
54
- "5"
65
- "4.2"
76
- "4.1"
87
- "4.0"
9-
- "0.12"
10-
- "0.11"
11-
- "iojs"
128
script:
139
- npm run test

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@
3333
"imagemin-pngquant": "5.0.0",
3434
"imagemin-svgo": "5.1.0",
3535
"loader-utils": "0.2.15",
36+
"task-queue-async":"1.0.1",
3637
"pngjs": "2.3.1",
3738
"q": "1.4.1",
3839
"streamifier": "0.1.1"
3940
},
4041
"devDependencies": {
4142
"chai": "1.6.1",
43+
"chai-fs": "0.1.0",
4244
"eslint": "3.0.1",
4345
"eslint-config-airbnb": "9.0.1",
4446
"eslint-plugin-import": "1.10.2",

0 commit comments

Comments
 (0)