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 37997b0 commit aa2ecc8Copy full SHA for aa2ecc8
.travis.yml
@@ -1,5 +1,8 @@
1
language: node_js
2
node_js:
3
+ - "7.5"
4
+ - "7.4"
5
+ - "7.3"
6
- "7.2"
7
- "7.1"
8
- "7"
package.json
@@ -29,7 +29,7 @@
29
"gulpfriendly"
30
],
31
"dependencies": {
32
- "clean-css": "^4.0.5",
+ "clean-css": "^4.0.7",
33
"gulp-util": "^3.0.8",
34
"through2": "^2.0.3",
35
"vinyl-sourcemaps-apply": "^0.2.1"
0 commit comments