Skip to content

Commit

Permalink
Update for latest changes to type generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Feb 2, 2018
1 parent 5596826 commit 80aeed8
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 64 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bower_components*
bower-*.json

node_modules
124 changes: 63 additions & 61 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
},
"license": "http://polymer.github.io/LICENSE.txt",
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.0.0"
"@polymer/gen-typescript-declarations": "^1.0.1",
"bower": "^1.8.0"
},
"scripts": {
"update-types": "rm -f *.d.ts **/*.d.ts && gen-typescript-declarations --outDir ."
"update-types": "rm -f *.d.ts **/*.d.ts && bower install && gen-typescript-declarations --outDir ."
}
}

0 comments on commit 80aeed8

Please sign in to comment.