diff --git a/.gitignore b/.gitignore index c345842..2ba8672 100644 --- a/.gitignore +++ b/.gitignore @@ -103,4 +103,5 @@ Temporary Items .Trash-* ### Custom #### +lib typings diff --git a/package.json b/package.json index 0b9e834..2c0a402 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "json-property-filter", - "version": "0.0.4", + "version": "0.0.6", "description": "A library to filter a JSON object by including/excluding properties.", "main": "lib/jsonPropertyFilter.js", "scripts": { "prepublish": "tsc", "test": "mocha --require ts-node/register test/*.ts" }, + "repository": { + "type": "git", + "url": "https://github.com/cyrilschumacher/json-property-filter.git" + }, + "bugs": { + "url": "https://github.com/cyrilschumacher/json-property-filter/issues" + }, + "homepage": "https://github.com/cyrilschumacher/json-property-filter", "typings": "lib/jsonPropertyFilter.d.ts", "author": "Cyril Schumacher", "license": "MIT",