package references ts directly

This commit is contained in:
Kyle Spearrin 2018-01-08 16:56:53 -05:00
parent 005ec447a7
commit 0c202037fb
1 changed files with 3 additions and 3 deletions

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/**/*",