Skip to content

Commit 8f9c4bf

Browse files
authored
Update: Simplify dub.json
Remove "version" from the the dub.json
2 parents ac25dff + 0854c2e commit 8f9c4bf

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

dub.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
],
2626
"license": "MIT",
2727
"dependencies": {
28-
"semver": {"path": "semver", "version": "*"},
29-
"colorize": {"path": "colorize", "version": "*"},
30-
"adv_diff": {"path": "adv_diff", "version": "*"},
31-
"hipjson": {"path": "hipjson", "version": "*"},
32-
"d_dependencies": {"path": "d_dependencies", "version": "*"},
33-
"dub_sdl_to_json": {"path": "dub_sdl_to_json", "version": "*"},
34-
"package_suppliers": {"path": "package_suppliers", "version": "*"},
28+
"semver": {"path": "semver"},
29+
"colorize": {"path": "colorize"},
30+
"adv_diff": {"path": "adv_diff"},
31+
"hipjson": {"path": "hipjson"},
32+
"d_dependencies": {"path": "d_dependencies"},
33+
"dub_sdl_to_json": {"path": "dub_sdl_to_json"},
34+
"package_suppliers": {"path": "package_suppliers"},
3535
"xxhash3": "~>0.0.5"
3636
}
37-
3837
}

0 commit comments

Comments
 (0)