Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrovs committed Jul 24, 2021
1 parent 7d84144 commit b9817ac
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

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
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@types/eventsource": "^1.1.3",
"@types/express": "^4.17.7",
"@types/express-jwt": "0.0.42",
"@types/express-serve-static-core": "^4.17.24",
"@types/jsonwebtoken": "^8.5.0",
"@types/mocha": "^8.0.3",
"@types/node": "^16.4.1",
"@types/node-fetch": "^2.5.8",
"@types/pubsub-js": "^1.8.0",
"@types/randomatic": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
import express = require('express');
import * as express from "express";
import cors = require('cors');
import { sse } from '@toverux/expresse';
let version = '';
Expand Down

0 comments on commit b9817ac

Please sign in to comment.