Remove unnecessary pre-build command
This commit is contained in:
parent
ecf476a341
commit
ab08f0b28b
1
dub.json
1
dub.json
|
@ -5,7 +5,6 @@
|
||||||
"authors": ["Brian Schott"],
|
"authors": ["Brian Schott"],
|
||||||
"license" : "Boost Software License - Version 1.0",
|
"license" : "Boost Software License - Version 1.0",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
"preBuildCommands": ["git log -1 --format='%H' > githash.txt"],
|
|
||||||
"versions": ["built_with_dub"],
|
"versions": ["built_with_dub"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"libdparse": "~>0.3.0",
|
"libdparse": "~>0.3.0",
|
||||||
|
|
Loading…
Reference in New Issue