forked from fin-hypergrid/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fda5fd
commit 0c9ec3c
Showing
25 changed files
with
4,179 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
fin-rectangle | ||
fin-hypergrid | ||
================ | ||
|
||
See the [component page](http://stevewirts.github.io/stevewirts/fin-rectangle) for more information. | ||
See the [component page](http://stevewirts.github.io/stevewirts/fin-hypergrid) for more information. | ||
|
||
## Getting Started | ||
|
||
We've put together a [guide for fin-rectangle](http://www.polymer-project.org/docs/start/reusableelements.html) to help get you rolling. | ||
We've put together a [guide for fin-hypergrid](http://www.polymer-project.org/docs/start/reusableelements.html) to help get you rolling. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,28 @@ | ||
{ | ||
"name": "fin-hypergrid", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"authors": [ | ||
"stevewirts <anonymous@example.com>" | ||
], | ||
"description": "the hypergrid is a polmer web-component canvas based high performance grid control", | ||
"keywords": [ | ||
"seed", | ||
"polymer", | ||
"web-components" | ||
"web-component", | ||
"web-components", | ||
"polymer" | ||
], | ||
"main": "fin-hypergrid.html", | ||
"license": "MIT", | ||
"homepage": "https://github.com/stevewirts/fin-hypergrid/", | ||
"ignore": [ | ||
"/.*", | ||
"/tests/" | ||
], | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"polymer": "Polymer/polymer#~0.5", | ||
"fin-canvas": "~0.1", | ||
"fin-rectangle": "~0.2", | ||
"polymer": "Polymer/polymer#master", | ||
"fin-canvas": "#master", | ||
"fin-rectangle": "#master", | ||
"shadow-bar": "~0.12.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.