Skip to content

Commit

Permalink
Add TypeScript declarations to paper-ripple. (#110)
Browse files Browse the repository at this point in the history
* Generate minimal package.json from bower.json
* Update and/or configure type declarations.
* Fix keyBindings type.
  • Loading branch information
aomarks authored Mar 2, 2018
1 parent 0096397 commit 259c24a
Show file tree
Hide file tree
Showing 6 changed files with 1,179 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bower_components*
bower-*.json
node_modules
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: required
before_script:
- npm install -g polymer-cli
- polymer install --variants
- >-
npm run update-types && git diff --exit-code || (echo -e
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
update-types".' && false)
env:
global:
- secure: >-
Expand Down
Loading

0 comments on commit 259c24a

Please sign in to comment.