Skip to content

Commit

Permalink
Upgrade to latest Strophe.js release
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Apr 15, 2015
1 parent 39fa9be commit 80e058f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Expand Up @@ -31,9 +31,9 @@
"tests"
],
"dependencies": {
"jquery": "~1.10.2",
"strophe": "1.1.3",
"strophejs-plugins": "strophe/strophejs-plugins#07db748ca084a951709969f1002e4c4614af5fcf",
"jquery": "~1.11.0",
"strophe": "strophe/strophejs#1.2.1",
"strophejs-plugins": "strophe/strophejs-plugins#39d67d66e900bce8b990d9214bffe6593a96ddf7",
"mustache": "0.3.0",
"jquery-i18n": "1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/intern.js
Expand Up @@ -51,7 +51,7 @@ define({
// Packages that should be registered with the loader in each testing environment
packages: [
{ name: 'candy', location: '.' }
, { name: 'jquery', location: 'bower_components/jquery', main: 'jquery' }
, { name: 'jquery', location: 'bower_components/jquery/dist', main: 'jquery' }
, { name: 'sinon', location: 'node_modules/sinon/lib', main: 'sinon' }
, { name: 'sinon-chai', location: 'node_modules/sinon-chai/lib', main: 'sinon-chai' }
, { name: 'lolex', location: 'node_modules/lolex', main: 'lolex' }
Expand Down

0 comments on commit 80e058f

Please sign in to comment.