Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Apr 12, 2018
1 parent 1bea8bf commit f1be18c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
dist: trusty
language: node_js
node_js: 8.0
node_js: 8.9

cache:
directories:
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"dependencies": {
"polymer": "^2.0.0",
"iron-icon": "^2.0.0",
"iron-iconset-svg": "^2.0.0",
"vaadin-text-field": "^2.0.0"
"iron-iconset-svg": "^2.0.0"
},
"devDependencies": {
"iron-component-page": "^3.0.0",
"iron-meta": "^2.0.0",
"elements-demo-resources": "^2.0.0",
"vaadin-demo-helpers": "^1.0.0"
"vaadin-demo-helpers": "^1.0.0",
"vaadin-text-field": "^2.0.0"
},
"variants": {
"1.x": {
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
},
"homepage": "https://vaadin.com/icons",
"devDependencies": {
"cheerio": "^0.19.0",
"gulp": "latest",
"gulp-modify": "latest",
"gulp-concat": "latest",
"polymer-cli": "^1.2.0"
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-modify": "^0.1.1",
"polymer-cli": "^1.6.0"
}
}

0 comments on commit f1be18c

Please sign in to comment.