Skip to content

Commit

Permalink
Updated some JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Apr 12, 2015
1 parent b387fc3 commit 12b6751
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"normalizeconsole": "https://github.com/Zenovations/console-normalizer.git",
"bootstrap": "~3.3.1",
"font-awesome": "~4.2.0",
"momentjs": "~2.8.2",
"moment": "~2.10.2",
"bootstrap-markdown": "~2.7.0",
"marked": "~0.3.2",
"respond": "~1.4.2",
"jquery.dotdotdot": "~1.6.16",
"selectize": "~0.11.0",
"html5shiv": "~3.7.2",
"jquery-timeago": "~1.4.1",
"bootstrap-daterangepicker": "~1.3.12",
"bootstrap-daterangepicker": "~1.3.21",
"jcrop": "~0.9.12",
"seiyria-bootstrap-slider": "~4.0.1",
"jquery.validation": "~1.13.0",
"x-editable": "noirbizarre/x-editable#1.5.1-nbz",
"requirejs": "~2.1.15",
"requirejs": "~2.1.17",
"requirejs-router": "~0.8.0",
"requirejs-domready": "~2.0.1",
"require-handlebars-plugin": "~0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion udata/static/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require.config({
'jquery': 'empty:', // Loaded from CDN or locally from app to ensure IE8 compatibility
'bootstrap': '../bower/bootstrap/dist/js/bootstrap',
'text': "../bower/requirejs-text/text",
'moment': '../bower/momentjs/min/moment-with-locales',
'moment': '../bower/moment/min/moment-with-locales',
'marked': '../bower/marked/lib/marked',
'bootstrap-markdown': '../bower/bootstrap-markdown/js/bootstrap-markdown',
'bootstrap-datepicker': '../bower/bootstrap-datepicker/js/bootstrap-datepicker',
Expand Down

0 comments on commit 12b6751

Please sign in to comment.