From 2cb7f83b463da04946b3bdc08a67f40dc5232f57 Mon Sep 17 00:00:00 2001 From: zoujiaqing Date: Tue, 12 Nov 2019 11:02:36 +0800 Subject: [PATCH] upgrade Hunt Framework version to 2.2.x --- dub.json | 11 ----------- dub.sdl | 7 +++++++ 2 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 dub.json create mode 100644 dub.sdl diff --git a/dub.json b/dub.json deleted file mode 100644 index 391590c..0000000 --- a/dub.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "hunt-skeleton", - "description": "An application based on hunt framework.", - "copyright": "Copyright (C) 2015-2019, HuntLabs", - "homepage": "https://www.huntlabs.net", - "license": "Apache-2.0", - "targetType" : "executable", - "dependencies": { - "hunt-framework": { "version": "~>2.1.12" } - } -} diff --git a/dub.sdl b/dub.sdl new file mode 100644 index 0000000..df5c070 --- /dev/null +++ b/dub.sdl @@ -0,0 +1,7 @@ +name "hunt-skeleton" +description "An application based on Hunt Framework." +copyright "Copyright (c) 2015-2019 HuntLabs" +homepage "https://www.huntlabs.net" +license "Apache-2.0" +targetType "executable" +dependency "hunt-framework" version=">=2.2.0"