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" "url": "https://github.com/bitwarden/jslib"
}, },
"license": "GPL-3.0", "license": "GPL-3.0",
"module": "dist/es/index.js", "module": "src/index.ts",
"typings": "dist/types/index.d.ts", "typings": "src/index.ts",
"files": [ "files": [
"dist" "src"
], ],
"scripts": { "scripts": {
"prebuild": "rimraf dist/**/*", "prebuild": "rimraf dist/**/*",