Skip to content

Commit

Permalink
Update and/or configure type declarations. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Feb 17, 2018
1 parent e51afc6 commit 2402908
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_script:
- >-
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)
update-types".' && false)
env:
global:
- secure: >-
Expand Down
4 changes: 2 additions & 2 deletions iron-form-element-behavior.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ declare namespace Polymer {
* The form that the element is registered to.
*/
_parentForm: object|null|undefined;
attached: object|null;
detached: object|null;
attached: any;
detached: any;
}

const IronFormElementBehavior: object;
Expand Down
202 changes: 95 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "BSD-3-Clause",
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.1.1",
"@polymer/gen-typescript-declarations": "^1.2.0",
"bower": "^1.8.0"
},
"scripts": {
Expand Down

0 comments on commit 2402908

Please sign in to comment.