Skip to content

Commit

Permalink
Types are production runtime too!
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsstc committed Mar 15, 2019
1 parent 55a636c commit e555dcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"author": "osu-cascades",
"license": "MIT",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/dotenv": "^6.1.0",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.0",
"@types/lodash.camelcase": "^4.3.4",
"@types/node": "^11.9.0",
"axios": "^0.18.0",
"discord.js": "^11.4.2",
"dotenv": "^7.0.0",
Expand All @@ -32,12 +38,6 @@
"typescript": "^3.1.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/dotenv": "^6.1.0",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.0",
"@types/lodash.camelcase": "^4.3.4",
"@types/node": "^11.9.0",
"jest": "^24.4.0",
"ts-jest": "^24.0.0",
"tslint": "^5.11.0"
Expand Down

0 comments on commit e555dcd

Please sign in to comment.