Skip to content

Commit b701bf3

Browse files
committed
dep bump
1 parent 78a8daa commit b701bf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"JSONStream": "^1.3.0",
2121
"bluebird": "^3.4.7",
2222
"chokidar": "^1.6.1",
23-
"matrix-puppet-bridge": "^1.6.0",
23+
"matrix-puppet-bridge": "^1.7.0",
2424
"moment": "^2.17.1",
2525
"node-persist": "^2.0.7",
2626
"queue": "^4.0.1"

src/imessage-send.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ module.exports = function(to, _method, _message, file) {
6262
};
6363

6464
if (!module.parent) {
65-
module.exports('***REMOVED***', "iMessage", "test Morty's Math Teacher (no image)");
66-
module.exports('***REMOVED***', "iMessage", "test Morty's Math Teacher (with image)", __dirname+"/../mr-goldenfold.png");
65+
module.exports(process.env.PHONE1, "iMessage", "test Morty's Math Teacher (no image)");
66+
module.exports(process.env.PHONE1, "iMessage", "test Morty's Math Teacher (with image)", __dirname+"/../mr-goldenfold.png");
6767
}

0 commit comments

Comments
 (0)