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
This commit is contained in:
Waren Gonzaga 2017-12-10 11:18:47 +08:00 committed by Elton Mesquita
parent 3cbe9930c2
commit 6696389a06
4 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
node_modules/
.DS_Store
test/
npm-debug.log

View File

@ -1,8 +1,8 @@
language: node_js
node_js:
- "9"
- "8"
- "6"
- "6.1"
- "5.11"
before_script:
- npm install -g gulp
script: gulp

View File

@ -24,7 +24,7 @@ var opts = {
concatName: 'animate.css',
autoprefixer: {
browsers: ['> 1%, last 2 versions, Firefox ESR'],
browsers: ['> 1%', 'last 2 versions', 'Firefox ESR'],
cascade: false
},

View File

@ -20,15 +20,15 @@
}
},
"devDependencies": {
"autoprefixer": "^6.3.2",
"autoprefixer": "^7.1.6",
"cssnano": "^3.5.1",
"gulp": "^3.9.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-postcss": "^6.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"run-sequence": "^1.1.5"
"run-sequence": "^2.2.0"
},
"spm": {
"main": "./animate.css"