Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Add main field to typings.json
Browse files Browse the repository at this point in the history
It is needed if I install it through `typings i file:< >` syntax.

There seems to be a issue on vscode compiler to reference `.d.ts` in `node_modules`. This would get around it.
  • Loading branch information
unional committed Mar 11, 2016
1 parent 109ad56 commit 7711a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"main": "dist/typings.d.ts",
"dependencies": {
"any-promise": "github:typings/typed-any-promise#74ba6cf22149ff4de39c2338a9cb84f9ded6f042",
"archy": "github:typings/typed-archy#3706c5e4df4efcc8cec8849a1c493cebd0830bea",
Expand Down

0 comments on commit 7711a90

Please sign in to comment.