Skip to content

Commit ec68927

Browse files
committed
fix: tls
1 parent f333f6d commit ec68927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"default": "./lib/crypto/webcrypto.js"
1414
},
1515
"./purejs-crypto": {
16-
"types": "./lib/crypto/purejs.d.ts",
17-
"default": "./lib/crypto/purejs.js"
16+
"types": "./lib/crypto/pure-js.d.ts",
17+
"default": "./lib/crypto/pure-js.js"
1818
}
1919
},
2020
"scripts": {

0 commit comments

Comments
 (0)