1
0
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:
Supereg 2020-04-12 19:52:42 +02:00
parent bcad43e507
commit 189edd4ada
No known key found for this signature in database
GPG Key ID: 2F08948C5653D720

View File

@ -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}'",