Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c9aa9e

Browse files
committedApr 8, 2013
Added a component.json file for Twitter's Bower package manager.
See [https://github.com/twitter/bower#defining-a-package](Defining a package) for more information about how the file was generated.
1 parent 075fdb8 commit 5c9aa9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

Diff for: ‎component.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "handlebars.js",
3+
"version": "1.0.0-rc.3",
4+
"main": "dist/handlebars.js",
5+
"ignore": [
6+
"node_modules",
7+
"components"
8+
]
9+
}

0 commit comments

Comments
 (0)
Please sign in to comment.