Skip to content

Commit 615cd6b

Browse files
committed
try heroku again
1 parent fd5cfea commit 615cd6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"author": "Sean Bradley",
1919
"license": "ISC",
2020
"dependencies": {
21+
"@types/express": "^4.16.1",
22+
"@types/node": "7.0.22",
2123
"body-parser": "^1.18.3",
2224
"cors": "^2.8.5",
2325
"express": "^4.16.4",
2426
"swagger-ui-express": "^4.0.2",
25-
"uuid": "^3.3.2"
27+
"uuid": "^3.3.2",
28+
"typescript": "3.3.3333"
2629
},
2730
"devDependencies": {
28-
"@types/express": "^4.16.1",
29-
"@types/node": "7.0.22",
3031
"concurrently": "^2.2.0",
31-
"nodemon": "^1.18.10",
32-
"typescript": "3.3.3333"
32+
"nodemon": "^1.18.10"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)