Skip to content

Commit

Permalink
don't bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
duanefields committed May 5, 2015
1 parent 38f18fa commit 9629d9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo.html
Expand Up @@ -105,7 +105,7 @@ <h2>Charts From Epiquery</h2>
cols="[{'id':'date', 'type':'date'}, {'id':'applied'}, {'id':'accepted'}, {'id':'paid'}]">
</ui-stats-chart>

<ui-stats-chart name="Epiquery: Multiple Y Columns (area, by week)" limit="30" groupBy="week" width="54.5em"
<ui-stats-chart name="Epiquery: Multiple Y Columns (area, by week)" limit="365" groupBy="week" width="54.5em"
src="https://query.glgroup.com/councilApplicant/getStats.mustache" type="area"
cols="[{'id':'date', 'type':'date'}, {'id':'applied'}, {'id':'accepted'}, {'id':'paid'}]">
</ui-stats-chart>
Expand Down
4 changes: 2 additions & 2 deletions node_modules/ui-styles/package.json

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

4 changes: 2 additions & 2 deletions node_modules/ui-styles/typography.less

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

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,6 @@
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"start": "./node_modules/.bin/polymer-serve --cache .",
"test": "./node_modules/.bin/polymer-serve ."
},
Expand Down

0 comments on commit 9629d9f

Please sign in to comment.