Skip to content

Commit

Permalink
fix(global-type): use index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 15, 2018
1 parent 6904096 commit a90f0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@jxa/global-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"lib/",
"src/"
],
"main": "src/global-type.d.ts",
"types": "src/global-type.d.ts",
"main": "src/index.d.ts",
"types": "src/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
Expand Down
File renamed without changes.

0 comments on commit a90f0b7

Please sign in to comment.