Skip to content

Commit

Permalink
added bower back for webcomponents.org support
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGermaneri committed Dec 23, 2018
1 parent 5d8b052 commit 688fc02
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "canvas-datagrid",
"main": "lib/main.js",
"version": "0.22.5",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "https://github.com/TonyGermaneri/canvas-datagrid",
"authors": [
"Tony Germaneri <[email protected]>"
],
"description": "Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.",
"keywords": [
"data",
"datagrid",
"grid",
"data-grid",
"data-table",
"table",
"datatable",
"component"
],
"license": "BSD"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-datagrid",
"version": "0.22.4",
"version": "0.22.5",
"description": "Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.",
"main": "./dist/canvas-datagrid.js",
"scripts": {
Expand Down

0 comments on commit 688fc02

Please sign in to comment.