1
0
Fork 0

Move typescript/ts-node in dev dependencies

This commit is contained in:
Chocobozzz 2018-02-22 10:44:03 +01:00
parent c2ff22015e
commit d78fba12dc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,6 @@
"sequelize": "4.33.4",
"sequelize-typescript": "^0.6.1",
"sharp": "^0.19.0",
"ts-node": "5.0.0",
"typescript": "^2.5.2",
"uuid": "^3.1.0",
"validator": "^9.0.0",
"webfinger.js": "^2.6.6",
@ -132,8 +130,10 @@
"source-map-support": "^0.5.0",
"spectacle-docs": "^0.9.13",
"supertest": "^3.0.0",
"ts-node": "5.0.0",
"tslint": "^5.7.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.5.2",
"webtorrent": "^0.98.0",
"youtube-dl": "^1.12.2"
},