diff --git a/package.json b/package.json index 6332b7a8ed185afe3141db3dc74900f54b302377..633ef5a72bfa7a8258b77c64439287161c18cb16 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",