Skip to content

Commit

Permalink
Git submodule out of date + reorganized package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Reggino committed Dec 15, 2013
1 parent f5116f5 commit 4e9ddb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "extjs"]
path = extjs
url = git://github.com/probonogeek/extjs.git
url = git://github.com/return1/extjs
[submodule "resources/node-uuid"]
path = resources/node-uuid
url = git://github.com/broofa/node-uuid.git
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"description": "SdbNavigator is a free and open source Amazon SimpleDB Administration Interface. More info on http://www.kingsquare.nl/sdbnavigator",
"main": "app.js",
"dependencies": {
"wrench": "~1.3.9",
"grunt-contrib-connect": "~0.5.0",
"grunt": "~0.4.2",
"grunt-prompt": "~0.1.2"
"wrench": "~1.3.9"
},
"devDependencies": {
"grunt-contrib-connect": "0.5.0",
"grunt": "0.4.2",
"grunt-prompt": "0.1.2",
"grunt-cli": "*"
},
"devDependencies": {},
"scripts": {
"test": "grunt"
},
Expand Down

0 comments on commit 4e9ddb6

Please sign in to comment.