From a25600b02a4ee7e0d8ca8aad3021fc719f7c3b3c Mon Sep 17 00:00:00 2001 From: Alvaro Cabrera <pateketrueke@gmail.com> Date: Fri, 28 Nov 2014 17:34:51 -0600 Subject: [PATCH] 0.1.0 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6332b7a8..633ef5a7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "json-schema-faker", - "version": "0.0.0", + "version": "0.1.0", "description": "JSON-Schema + Faker", "main": "lib/index.js", "author": { "name": "Alvaro Cabrera", "email": "pateketrueke@gmail.com" }, + "repository": { + "type": "git", + "url": "https://github.com/pateketrueke/json-schema-faker" + }, "license": "MIT", "devDependencies": { "clone": "^0.1.18", -- GitLab