Update dub config

This commit is contained in:
Hackerpilot 2016-01-14 00:14:24 -08:00
parent 83ad53c53f
commit 6a8826b379
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
{
"name": "dfmt",
"description": "Dfmt is a formatter for D source code",
"version": "0.4.1",
"targetType": "executable",
"license": "BSL-1.0",
"dependencies": {
"libdparse": "~master"
"libdparse": "~>0.3.0"
}
}