diff --git a/.editorconfig b/.editorconfig index 419173f..df8f468 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,6 @@ insert_final_newline = true indent_style = tab indent_size = 4 -[{bower.json,package.json,.travis.yml}] +[{*.json,*.yml}] indent_style = space indent_size = 2 diff --git a/.eslintrc b/.eslintrc.json similarity index 100% rename from .eslintrc rename to .eslintrc.json diff --git a/.travis.yml b/.travis.yml index 17cc1e4..1bd4929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: node_js -node_js: stable -sudo: false -install: - - npm install - - polymer install --variants +node_js: node +script: +- npm run test diff --git a/CODEOWNERS b/CODEOWNERS index 536bc23..c17c334 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1 @@ -* @dlockhart -* @dbatiste +* @dlockhart @dbatiste diff --git a/README.md b/README.md index 3b9cc41..df35426 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # d2l-offscreen +[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/BrightspaceUI/offscreen) [![Bower version][bower-image]][bower-url] [![Build status][ci-image]][ci-url] @@ -23,15 +24,46 @@ Include the [webcomponents.js](http://webcomponents.org/polyfills/) "lite" polyf ```html
- + ``` The `