Skip to content

Commit

Permalink
Fixes bower include bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdeashwin committed Apr 3, 2015
1 parent a79d55f commit 2627525
Show file tree
Hide file tree
Showing 2 changed files with 32 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": "src/bower_components"
}
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Protocore",
"version": "0.0.4",
"homepage": "https://github.com/hegdeashwin/Protocore",
"authors": [
"hegdeashwin <[email protected]>"
],
"dependencies": {
"jquery": "2.0.3",
"js-signals": "1.0.0",
"hasher": "1.2.0",
"crossroads": "https://github.com/millermedeiros/crossroads.js.git#v0.12.0",
"requirejs-text": "2.0.10",
"handlebars": "2.0.0",
"requirejs": "https://github.com/jrburke/requirejs.git#2.1.15"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"src/bower_components",
"test",
"tests",
"prod"
],
"keywords": [
"javascript", "jquery", "framework", "web", "rest", "restful", "node", "express", "architecture"
]
}

0 comments on commit 2627525

Please sign in to comment.