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,6 +44,8 @@
"worker-loader": "^1.1.1"
},
"lint-staged": {
"gitDir": "../../../",
"linters": {
"webpack.config.json": [
"prettier --single-quote --write",
"git add"
@ -56,6 +58,7 @@
"prettier --single-quote --write",
"git add"
]
}
},
"dependencies": {
"babel-runtime": "^6.26.0",