Skip to content

Commit 6696389

Browse files
Waren Gonzagaeltonmesquita
authored andcommitted
Update the devDependencies, Fix build failing status, and some minor changes! (#766)
* Update the devDependencies * Update the gitignore file * Update the version of gulp * Fix the build error in the gulpfile script * Update node version testing for travis
1 parent 3cbe993 commit 6696389

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/
33
.DS_Store
44
test/
5+
npm-debug.log

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3+
- "9"
4+
- "8"
35
- "6"
4-
- "6.1"
5-
- "5.11"
66
before_script:
77
- npm install -g gulp
88
script: gulp

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var opts = {
2424
concatName: 'animate.css',
2525

2626
autoprefixer: {
27-
browsers: ['> 1%, last 2 versions, Firefox ESR'],
27+
browsers: ['> 1%', 'last 2 versions', 'Firefox ESR'],
2828
cascade: false
2929
},
3030

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
}
2121
},
2222
"devDependencies": {
23-
"autoprefixer": "^6.3.2",
23+
"autoprefixer": "^7.1.6",
2424
"cssnano": "^3.5.1",
25-
"gulp": "^3.9.0",
25+
"gulp": "^3.9.1",
2626
"gulp-concat": "^2.6.0",
2727
"gulp-header": "^1.7.1",
28-
"gulp-postcss": "^6.1.0",
28+
"gulp-postcss": "^7.0.0",
2929
"gulp-rename": "^1.2.2",
3030
"gulp-util": "^3.0.7",
31-
"run-sequence": "^1.1.5"
31+
"run-sequence": "^2.2.0"
3232
},
3333
"spm": {
3434
"main": "./animate.css"

0 commit comments

Comments
 (0)