Skip to content

Commit

Permalink
Step 5.6: Add meteor-accounts-phone type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent ad750ad commit fa7459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -20,6 +20,7 @@
"@angular/platform-server": "2.2.1",
"@ionic/storage": "1.1.6",
"@types/meteor": "^1.3.31",
"@types/meteor-accounts-phone": "0.0.5",
"@types/underscore": "^1.7.36",
"accounts-base-client-side": "^0.1.1",
"accounts-phone": "0.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/declarations.d.ts
Expand Up @@ -12,6 +12,7 @@
https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html
*/
/// <reference types="meteor-typings" />
/// <reference types="@types/meteor-accounts-phone" />
/// <reference types="@types/underscore" />
/// <reference path="../api/models/whatsapp-models.d.ts" />
declare module '*';
Expand Down

0 comments on commit fa7459f

Please sign in to comment.