Change libsignal-protocol filenames

// FREEBIE
This commit is contained in:
lilia 2016-04-21 18:09:10 -07:00
parent b1d370755a
commit c1e1dd97ba
6 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ module.exports = function(grunt) {
},
src: [
'libtextsecure/errors.js',
'libtextsecure/libaxolotl.js',
'libtextsecure/libsignal-protocol.js',
'libtextsecure/axolotl_wrapper.js',
'libtextsecure/crypto.js',
@ -86,7 +86,7 @@ module.exports = function(grunt) {
'Gruntfile.js',
'js/**/*.js',
'!js/libtextsecure.js',
'!js/libaxolotl-worker.js',
'!js/libsignal-protocol-worker.js',
'!js/components.js',
'!js/signal_protocol_store.js',
'_locales/**/*'
@ -146,7 +146,7 @@ module.exports = function(grunt) {
'Gruntfile',
'js/**/*.js',
'!js/libtextsecure.js',
'!js/libaxolotl-worker.js',
'!js/libsignal-protocol-worker.js',
'!js/components.js',
'test/**/*.js',
'!test/blanket_mocha.js',