Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Fake type information.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellperry committed Aug 16, 2016
1 parent 4dfb6ee commit 06caeaf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions node_modules/engine.io-client/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/engine.io/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions node_modules/keypair/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"grunt-browserify": "^4.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-typescript": "^0.7.0",
"grunt-typescript": "^0.8.0",
"mocha": "^2.2.5",
"typescript": "^1.8.10"
},
Expand Down
3 changes: 3 additions & 0 deletions src/index.d.ts
@@ -0,0 +1,3 @@
/// <reference path="engine.io.d.ts" />
/// <reference path="engine.io-client.d.ts" />
/// <reference path="keypair.d.ts" />

0 comments on commit 06caeaf

Please sign in to comment.