Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bower): Add bower support #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ typings/

# Misc
.ignore/
dist/


# Editors
Expand Down
14 changes: 14 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "ui-grid-auto-fit-columns",
"version": "1.1.4",
"authors": [
"Denis Bendrikov <[email protected]>"
],
"description": "The plugin ensures that the column width will be wide enough for showing the longest data of that column (or column name).",
"homepage": "https://github.com/Den-dp/ui-grid-auto-fit-columns",
"dependencies": {},
"main": [
"dist/autoFitColumns.js"
],
"license": "MIT"
}
Loading