mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
Adding correct "types" entry point to package.json
This commit is contained in:
parent
bcad43e507
commit
189edd4ada
@ -3,6 +3,7 @@
|
||||
"description": "Secure Remote Password (SRP)",
|
||||
"version": "2.0.0",
|
||||
"main": "lib/srp.js",
|
||||
"types": "lib/srp.d.ts",
|
||||
"scripts": {
|
||||
"clean": "rm -rf lib",
|
||||
"lint": "eslint 'src/**/*.{js,ts,json}'",
|
||||
|
Loading…
Reference in New Issue
Block a user