Skip to content

Commit 7bce7d9

Browse files
authored
Add TypeScript declarations to paper-material. (#49)
* Generate minimal package.json from bower.json * Update and/or configure type declarations.
1 parent 7bbaff4 commit 7bce7d9

File tree

6 files changed

+1065
-0
lines changed

6 files changed

+1065
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bower_components*
22
bower-*.json
3+
node_modules

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ sudo: required
33
before_script:
44
- npm install -g polymer-cli
55
- polymer install --variants
6+
- >-
7+
npm run update-types && git diff --exit-code || (echo -e
8+
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
9+
update-types".' && false)
610
env:
711
global:
812
- secure: >-

0 commit comments

Comments
 (0)