Skip to content

Commit

Permalink
add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
yurychika committed Jun 5, 2014
1 parent 96f7f76 commit e0d81f1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": ".."
}
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "gridx",
"version": "1.3.1",
"dependencies": {
"dojo": ">=1.9.1",
"dijit": ">=1.9.1",
"dojox": ">=1.9.1"
},
"devDependencies": {
},
"ignore": [
".jshintrc",
".gitattributes",
".travis.yml",
"tests",
"CONTRIBUTING.md"
]
}

0 comments on commit e0d81f1

Please sign in to comment.