Skip to content

Commit

Permalink
Merge pull request #33 from zerovox/bower-typescript-definition
Browse files Browse the repository at this point in the history
Add typescript definition block to bower.json for use with tsd link
  • Loading branch information
bluong committed Sep 10, 2015
2 parents 6860d12 + 5eb9289 commit 91d7956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bower.json
Expand Up @@ -3,6 +3,9 @@
"description": "A library for measuring, manipulating, and writing text on SVG.",
"version": "0.3.0",
"main": ["svgtypewriter.js"],
"typescript": {
"definition": "svgtypewriter.d.ts"
},
"license": "MIT",
"ignore": [
"**/*",
Expand Down

0 comments on commit 91d7956

Please sign in to comment.