Skip to content

Commit

Permalink
fix: declare module, include in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Stewart committed Aug 4, 2020
1 parent 816d5c9 commit 3356bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "src/index.d.ts",
"files": [
"src/index.js",
"src/util.js",
"src/index.d.ts",
"src/data.csv"
],
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
declare module 'canadian-city-timezones';

declare interface TimezoneResult {
city: string;
province: string;
Expand Down

0 comments on commit 3356bb9

Please sign in to comment.