1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-14 15:23:37 +00: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" "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/**/*",