We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196e3d1 commit 3ad8287Copy full SHA for 3ad8287
package.json
@@ -28,12 +28,10 @@
28
"flow-bin": "0.41.0",
29
"jest": "^20.0.4",
30
"lerna": "^2.0.0",
31
+ "prettier": "^1.5.2",
32
"ts-jest": "^20.0.7",
- "tslint": "^5.5.0",
33
+ "tslint": "^5.6.0",
34
"tslint-config-accounts": "^0.0.3",
- "typescript": "^2.4.1",
35
- "prettier": "^1.5.2"
36
- },
37
- "dependencies": {
+ "typescript": "^2.4.1"
38
}
39
packages/server/src/email.ts
@@ -1,5 +1,4 @@
1
-import email from 'emailjs';
2
-import { Client } from 'emailjs';
+import email, { Client } from 'emailjs';
3
4
export interface EmailConnector {
5
sendMail(mail: object): Promise<object>;
0 commit comments