Skip to content

Commit

Permalink
Move jquery from libtextsecure components
Browse files Browse the repository at this point in the history
Jquery is not required by libtextsecure, but our test coverage tool,
blanket, depends on it.

// FREEBIE
  • Loading branch information
liliakai committed Oct 19, 2015
1 parent bf81686 commit b9b0133
Show file tree
Hide file tree
Showing 4 changed files with 9,207 additions and 9,207 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = function(grunt) {
},
libtextsecuretest: {
src: [
'components/jquery/dist/jquery.js',
'components/mock-socket/dist/mock-socket.js',
'components/mocha/mocha.js',
'components/chai/chai.js',
Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"autosize"
],
"libtextsecure": [
"jquery",
"long",
"bytebuffer",
"protobuf"
Expand Down
Loading

0 comments on commit b9b0133

Please sign in to comment.