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

Rename component.json to bower.json - Closes #95 #96

Merged
merged 1 commit into from
Jan 10, 2014
Merged
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
Rename component.json to bower.json - Closes #95
- Add ignore files.
  • Loading branch information
fernahh committed Jan 10, 2014
commit e992a9a259a2820f2662b97af064b2a59c230dd4
6 changes: 5 additions & 1 deletion component.json → bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 4,9 @@
"main": "./jquery.fittext.js",
"dependencies": {
"jquery": ">= 1.6"
}
},
"ignore": [
"exemple.html",
"CONTRIBUTING.md"
]
}