From c630f4713e4d5e500f3c6345937adad43effc60b Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Wed, 6 Aug 2014 17:39:53 +0200 Subject: [PATCH] Examples now point to the dub D:YAML package so they can ba stand-alone. --- examples/constructor/dub.json | 2 +- examples/getting_started/dub.json | 2 +- examples/representer/dub.json | 2 +- examples/resolver/dub.json | 2 +- examples/yaml_bench/dub.json | 2 +- examples/yaml_gen/dub.json | 2 +- examples/yaml_stats/dub.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/constructor/dub.json b/examples/constructor/dub.json index 5bbc63f..4b70bb6 100644 --- a/examples/constructor/dub.json +++ b/examples/constructor/dub.json @@ -5,6 +5,6 @@ "mainSourceFile": "main.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0"}, }, } diff --git a/examples/getting_started/dub.json b/examples/getting_started/dub.json index fdeaeae..c4cb217 100644 --- a/examples/getting_started/dub.json +++ b/examples/getting_started/dub.json @@ -5,6 +5,6 @@ "mainSourceFile": "main.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, } diff --git a/examples/representer/dub.json b/examples/representer/dub.json index bf4e39f..27b4a33 100644 --- a/examples/representer/dub.json +++ b/examples/representer/dub.json @@ -5,6 +5,6 @@ "mainSourceFile": "main.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, } diff --git a/examples/resolver/dub.json b/examples/resolver/dub.json index c1f2a93..dfde9dc 100644 --- a/examples/resolver/dub.json +++ b/examples/resolver/dub.json @@ -5,6 +5,6 @@ "mainSourceFile": "main.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, } diff --git a/examples/yaml_bench/dub.json b/examples/yaml_bench/dub.json index 55221f8..2c4e5c0 100644 --- a/examples/yaml_bench/dub.json +++ b/examples/yaml_bench/dub.json @@ -5,7 +5,7 @@ "mainSourceFile": "yaml_bench.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, "buildTypes": { diff --git a/examples/yaml_gen/dub.json b/examples/yaml_gen/dub.json index 6c05bfb..65813a0 100644 --- a/examples/yaml_gen/dub.json +++ b/examples/yaml_gen/dub.json @@ -5,6 +5,6 @@ "mainSourceFile": "yaml_gen.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, } diff --git a/examples/yaml_stats/dub.json b/examples/yaml_stats/dub.json index 162e8a9..852cf1a 100644 --- a/examples/yaml_stats/dub.json +++ b/examples/yaml_stats/dub.json @@ -5,6 +5,6 @@ "mainSourceFile": "yaml_stats.d", "dependencies": { - "dyaml": { "version" : "~>0.5.0", "path" : "../../"}, + "dyaml": { "version" : "~>0.5.0" }, }, }