Skip to content

Commit

Permalink
maria uses bower for all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jun 1, 2013
1 parent c18448e commit 2b680e1
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 208 deletions.
4 changes: 3 additions & 1 deletion architecture-examples/maria/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.0.0",
"dependencies": {
"todomvc-common": "~0.1.4",
"director": "~1.2.0"
"director": "~1.2.0",
"maria-bower": "~1.0.0",
"aristocrat-bower": "~1.0.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Aristocrat version 2
Aristocrat version 1.0.1
Copyright (c) 2012, Peter Michaux
All rights reserved.
Licensed under the Simplified BSD License.
Expand Down Expand Up @@ -78,7 +78,7 @@ aristocrat.removeClass(document.body, 'king');
var re = getRegExp(className);
while (re.test(el.className)) { // in case multiple occurrences
el.className = el.className.replace(re, ' ');
}
}
};

/**
Expand Down
Loading

0 comments on commit 2b680e1

Please sign in to comment.