1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

package references ts directly

This commit is contained in:
Kyle Spearrin 2018-01-08 16:56:53 -05:00
parent 005ec447a7
commit 0c202037fb

View File

@ -12,10 +12,10 @@
"url": "https://github.com/bitwarden/jslib"
},
"license": "GPL-3.0",
"module": "dist/es/index.js",
"typings": "dist/types/index.d.ts",
"module": "src/index.ts",
"typings": "src/index.ts",
"files": [
"dist"
"src"
],
"scripts": {
"prebuild": "rimraf dist/**/*",