From 3dfe0f94000d1ba6cb07bdfb5385e38ba1018237 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Fri, 1 Aug 2014 17:04:41 +0200 Subject: [PATCH] Updated dub package.json. --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c5a4a64..ccd258d 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { +"name": "dyaml", "description": "YAML parser and emitter", "authors": [ "Ferdinand Majerech" @@ -6,10 +7,8 @@ "libs": [], "targetType": "staticLibrary", "importPaths": ["source"], -"version": "~master", "license": "Boost 1.0", "dependencies": {}, -"homepage": "http://dyaml.alwaysdata.net/", -"name": "dyaml", +"homepage": "https://github.com/kiith-sa/D-YAML", "copyright": "Copyright © 2011-2014, Ferdinand Majerech" }