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:
@@ -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/**/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user