Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed May 4, 2017
1 parent ac47f75 commit 2d84428
Show file tree
Hide file tree
Showing 3 changed files with 6,973 additions and 7 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@ language: node_js
node_js: stable

cache:
yarn: true
directories:
- node_modules

addons:
apt:
sources:
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
packages:
- yarn
firefox: latest
google-chrome: latest

install:
- npm install
- npm install -g bower
- yarn
- bower install

before_script:
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaadin-grid",
"version": "2.0.1",
"version": "2.0.2",
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
Expand All @@ -10,17 +10,18 @@
},
"homepage": "https://vaadin.com/elements",
"devDependencies": {
"bower": "latest",
"coveralls": "2.11.3",
"eslint-config-vaadin": "^0.2.0",
"eslint-plugin-html": "^1.7.0",
"gemini": "^4.17.1",
"eslint-plugin-html": "^2.0.0",
"gemini": "^4.18.1",
"gemini-polyserve": "^1.0.0",
"gemini-sauce": "^1.0.0",
"gulp": "latest",
"gulp-eslint": "^3.0.1",
"gulp-html-extract": "0.0.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-html-extract": "^0.3.0",
"gulp-stylelint": "^3.7.0",
"stylelint": "^7.10.0",
"stylelint-config-vaadin": "^0.1.0",
"wct-random-output": "^0.1.1",
"web-component-tester": "4.0.3",
Expand Down
Loading

0 comments on commit 2d84428

Please sign in to comment.