-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor to Typescript #1
Conversation
Can we merge this? |
hey @khaosdoctor sorry, hadn't seen it 'till now |
@@ -5,3 +5,4 @@ node_modules | |||
.node_repl_history | |||
.nyc_output | |||
npm-debug.log* | |||
dist/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insure feed line
(I'll add an .editorconfig after merging this)
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/rwillians/express-rescue/issues" | ||
}, | ||
"homepage": "https://github.com/rwillians/express-rescue#readme", | ||
"devDependencies": { | ||
"@types/express": "^4.16.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add typescript
as dev dependency
Meh, nevermind I'll add those changes before publishing |
Refactoring to Typescript