Skip to content

Commit

Permalink
Add dependence on jQuery and add .0 to version
Browse files Browse the repository at this point in the history
  • Loading branch information
William P. Riley-Land committed Mar 31, 2013
1 parent a07396c commit 5a64477
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "FitText.js",
"version": "1.0",
"main": "./jquery.fittext.js"
}
"version": "1.0.0",
"main": "./jquery.fittext.js",
"dependencies": {
"jquery": ">= 1.6"
}
}

0 comments on commit 5a64477

Please sign in to comment.