tdweb: fix gitDir in package.json

GitOrigin-RevId: b94b9616b6a9fd9208167d9434c25cacf6934ff3
This commit is contained in:
Arseny Smirnov 2018-12-21 19:10:59 +03:00
parent df1c8d8297
commit 935466bf63

View File

@ -44,18 +44,21 @@
"worker-loader": "^1.1.1"
},
"lint-staged": {
"webpack.config.json": [
"prettier --single-quote --write",
"git add"
],
"package.json": [
"prettier --single-quote --write",
"git add"
],
"src/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
"gitDir": "../../../",
"linters": {
"webpack.config.json": [
"prettier --single-quote --write",
"git add"
],
"package.json": [
"prettier --single-quote --write",
"git add"
],
"src/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
}
},
"dependencies": {
"babel-runtime": "^6.26.0",