diff --git a/source/dub/dub.d b/source/dub/dub.d index 1bfe9ac..31749dd 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -346,7 +346,7 @@ //raw strings must be unindented. immutable packageJson = `{ - "name": "`~(path.empty ? "my-project" : path.head.toString())~`", + "name": "`~(path.empty ? "my-project" : path.head.toString().toLower())~`", "description": "An example project skeleton", "homepage": "http://example.org", "copyright": "Copyright © 2000, Your Name",