Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Dec 13, 2016
1 parent c8abc54 commit 60fabcf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.6.7"
before_script:
- npm install --global gulp
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -35,24 +35,24 @@
},
"homepage": "http://framework7.io/",
"engines": {
"node": ">= 0.10.0"
"node": ">= 0.6.7"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "2.0.12",
"gulp-clean-css": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "~5.0.0",
"gulp-header": "~1.8.8",
"gulp-jade": "~1.1.0",
"gulp-connect": "^5.0.0",
"gulp-header": "^1.8.8",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "~3.1.0",
"gulp-open": "~2.0.0",
"gulp-rename": "~1.2.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-tap": "~0.1.3",
"gulp-uglify": "~2.0.0",
"gulp-less": "^3.3.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "~2.2.1"
"jshint-stylish": "^2.2.1"
},
"scripts": {
"test": "gulp test"
Expand Down

0 comments on commit 60fabcf

Please sign in to comment.