-
-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Typescript definitions (#184)
* feat: add Typescript definitions Co-authored-by: Filip Skokan <[email protected]>
- Loading branch information
1 parent
9e69145
commit c37130b
Showing
7 changed files
with
950 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,11 @@ | |
"license": "MIT", | ||
"author": "Filip Skokan <[email protected]>", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"types/index.d.ts" | ||
], | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"coverage": "nyc mocha", | ||
"lint": "eslint lib test", | ||
|
@@ -50,6 +52,7 @@ | |
"devDependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@types/got": "^9.6.7", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.2.2", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
|
Oops, something went wrong.