update package

This commit is contained in:
Kyle Spearrin 2018-01-06 13:58:24 -05:00
parent 1cebe27dbe
commit 415c56bc2c
1 changed files with 8 additions and 2 deletions

View File

@ -1,16 +1,22 @@
{ {
"name": "@bitwarden/jslib", "name": "@bitwarden/jslib",
"version": "0.0.12", "version": "0.0.13",
"description": "Common code used across bitwarden JavaScript projects.", "description": "Common code used across bitwarden JavaScript projects.",
"keywords": [ "keywords": [
"bitwarden" "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", "module": "dist/es/index.js",
"typings": "dist/types/index.d.ts", "typings": "dist/types/index.d.ts",
"files": [ "files": [
"dist" "dist"
], ],
"license": "GPL-3.0",
"scripts": { "scripts": {
"prebuild": "rimraf dist/**/*", "prebuild": "rimraf dist/**/*",
"build": "tsc && typedoc --out dist/docs --target es6 --theme minimal --mode file src", "build": "tsc && typedoc --out dist/docs --target es6 --theme minimal --mode file src",