Skip to content

Commit

Permalink
feat: Remove TypeScript type definitions (#10)
Browse files Browse the repository at this point in the history
This reverts commit 6c701a2.

BREAKING CHANGE: TS type definitions have been removed

If you need TS types for this package, install the `@types/generate-ctrl-c-event` package.


Related issue: #9
  • Loading branch information
zenflow authored Apr 3, 2021
1 parent 19a7665 commit 0b95798
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions lib/index.d.ts

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"generate-ctrl-c-event.ps1"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {},
"optionalDependencies": {
"ffi-napi": "^3.0.1"
Expand All @@ -43,8 +42,7 @@
"@semantic-release/git": "^9.0.0",
"eslint": "^7.22.0",
"eslint-config-zenflow": "^3.0.0",
"semantic-release": "^17.4.2",
"typescript": "^4.2.3"
"semantic-release": "^17.4.2"
},
"scripts": {
"lint": "eslint .",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5468,11 +5468,6 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==

uglify-js@^3.1.4:
version "3.13.2"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.2.tgz#fe10319861bccc8682bfe2e8151fbdd8aa921c44"
Expand Down

0 comments on commit 0b95798

Please sign in to comment.