1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
This commit is contained in:
Kyle Spearrin 2018-01-08 22:27:25 -05:00
parent 0c202037fb
commit 24e5378c97

View File

@ -1,6 +1,6 @@
{
"name": "@bitwarden/jslib",
"version": "0.0.18",
"version": "0.0.20",
"description": "Common code used across bitwarden JavaScript projects.",
"keywords": [
"bitwarden"
@ -15,7 +15,8 @@
"module": "src/index.ts",
"typings": "src/index.ts",
"files": [
"src"
"src",
"dist"
],
"scripts": {
"prebuild": "rimraf dist/**/*",