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 e33f87f commit 0782bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"types": "src/index.d.ts",
"files": [
"src/index.js",
"src/index.d.ts",
"src/util.js",
"src/data.csv"
],
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 0782bec

Please sign in to comment.