Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Apr 4, 2013
1 parent 2c92e73 commit 1485fdd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* Mantri • ember.js • TodoMVC
* https://github.com/thanpolas/todoAppMantri
*
* Copyright (c) 2013 Thanasis Polychronakis,
* Tom Dale, Стас Сушков
* Copyright (c) 2013 Tom Dale, Стас Сушков, Thanasis Polychronakis
* Licensed under the MIT license.
*/

Expand Down
2 changes: 1 addition & 1 deletion deps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was autogenerated by /Users/thanpolas/Projects/todoAppMantri/node_modules/mantri/lib/../node_modules/closure-tools/closure-bin/build/depswriter.py.
// This file was autogenerated by /Users/thanpolas/Projects/closureplease/todoAppMantri/node_modules/mantri/lib/../node_modules/closure-tools/closure-bin/build/depswriter.py.
// Please do not edit.
goog.addDependency('js/app.js', ['Todos.app'], ['Todos.Router', 'Todos.ctrls.Entries', 'Todos.models.Store', 'Todos.views.Application']);
goog.addDependency('js/app/controllers/entries.js', ['Todos.ctrls.Entries'], []);
Expand Down
2 changes: 1 addition & 1 deletion dist/build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mantriConf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@

"build": {
"input": "js/app.js"

}
}
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
"scripts": {
"test": "grunt test"
},
"dependencies": {
"mantri": "0.0.5"
},
"dependencies": {},
"devDependencies": {
"grunt-contrib-watch": "0.2.0",
"grunt": "0.4.0",
"grunt-contrib-connect": "~0.1.2"
"grunt-contrib-connect": "~0.1.2",
"mantri": "0.1.0rc2"
},
"keywords": [
"dependencies",
Expand Down

0 comments on commit 1485fdd

Please sign in to comment.