From 415c56bc2c7a350eb0280c9d772f65ba54a4a286 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 6 Jan 2018 13:58:24 -0500 Subject: [PATCH] update package --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index acf4010e15..ffe4e1a62d 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,22 @@ { "name": "@bitwarden/jslib", - "version": "0.0.12", + "version": "0.0.13", "description": "Common code used across bitwarden JavaScript projects.", "keywords": [ "bitwarden" ], + "author": "8bit Solutions LLC", + "homepage": "https://bitwarden.com", + "repository": { + "type": "git", + "url": "https://github.com/bitwarden/jslib" + }, + "license": "GPL-3.0", "module": "dist/es/index.js", "typings": "dist/types/index.d.ts", "files": [ "dist" ], - "license": "GPL-3.0", "scripts": { "prebuild": "rimraf dist/**/*", "build": "tsc && typedoc --out dist/docs --target es6 --theme minimal --mode file src",