pin lbryinc commit
This commit is contained in:
parent
cdfd1f99d0
commit
6be536da98
3 changed files with 7 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -5649,8 +5649,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lbryinc": {
|
"lbryinc": {
|
||||||
"version": "github:lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
|
"version": "github:lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
|
||||||
"from": "github:lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
|
"from": "github:lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
|
||||||
"requires": {
|
"requires": {
|
||||||
"reselect": "^3.0.0"
|
"reselect": "^3.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"@expo/vector-icons": "^8.1.0",
|
"@expo/vector-icons": "^8.1.0",
|
||||||
"gfycat-style-urls": "^1.0.3",
|
"gfycat-style-urls": "^1.0.3",
|
||||||
"lbry-redux": "lbryio/lbry-redux#8ac92e3abfa0a9aacdb2fa4a144c3fadc4da6b11",
|
"lbry-redux": "lbryio/lbry-redux#8ac92e3abfa0a9aacdb2fa4a144c3fadc4da6b11",
|
||||||
"lbryinc": "lbryio/lbryinc#69fcd910a61f191e6eae1bdb0baf0e55bae7cf5f",
|
"lbryinc": "lbryio/lbryinc#9ffb883cc11e36d55a729c65b70c405a4a56d35e",
|
||||||
"lodash": ">=4.17.11",
|
"lodash": ">=4.17.11",
|
||||||
"merge": ">=1.2.1",
|
"merge": ">=1.2.1",
|
||||||
"moment": "^2.22.1",
|
"moment": "^2.22.1",
|
||||||
|
|
|
@ -38,16 +38,18 @@ function checkMessageAndSave(message, messagesFilePath) {
|
||||||
.then(() => {
|
.then(() => {
|
||||||
// successful write
|
// successful write
|
||||||
// send to transifex (should we do this even if the file doesn't get saved?)
|
// send to transifex (should we do this even if the file doesn't get saved?)
|
||||||
doTransifexUpload(
|
// TODO: load token from .env
|
||||||
|
/* doTransifexUpload(
|
||||||
contents,
|
contents,
|
||||||
'lbry-mobile',
|
'lbry-mobile',
|
||||||
|
'*token*',
|
||||||
() => {
|
() => {
|
||||||
// successful
|
// successful
|
||||||
},
|
},
|
||||||
err => {
|
err => {
|
||||||
// failed
|
// failed
|
||||||
}
|
}
|
||||||
);
|
); */
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
Loading…
Reference in a new issue