Bump version to 2.14.0

Add config to generate types

Fix build error in install.ts after TypeScript upgrade

Minor refactor in install.test.ts

Add bugs, directories, files and types entries in package.json

Update Node.js dependencies

Update SECURITY.md
This commit is contained in:
Shivam Mathur
2021-09-10 03:08:04 +05:30
parent 35bc046b26
commit a34eeedd37
7 changed files with 790 additions and 753 deletions

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"lib": [
"ES2020"