Update notifyjs

This commit is contained in:
Jannis Mattheis 2018-08-24 20:24:31 +02:00
parent c2d6f7b585
commit dc5c1ddc06
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
"@types/flux": "^3.1.7", "@types/flux": "^3.1.7",
"@types/jest": "^22.2.3", "@types/jest": "^22.2.3",
"@types/node": "^9.6.5", "@types/node": "^9.6.5",
"@types/notifyjs": "^1.2.30", "@types/notifyjs": "^3.0.0",
"@types/react": "^16.4.11", "@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7", "@types/react-dom": "^16.0.7",
"@types/react-list": "^0.8.4", "@types/react-list": "^0.8.4",

View File

@ -1,3 +1,3 @@
declare module 'notifyjs' { import Notify = require('notifyjs');
export default Notify; export as namespace notifyjs;
} export = Notify;