Merge pull request #53 from mchelen/patch-1

chore: move typescript to devDependencies
This commit is contained in:
Kamil Mysliwiec 2018-11-03 15:26:06 +01:00 committed by GitHub
commit c88433bfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,7 @@
"@nestjs/websockets": "^5.1.0", "@nestjs/websockets": "^5.1.0",
"@types/node": "^10.7.1", "@types/node": "^10.7.1",
"reflect-metadata": "^0.1.12", "reflect-metadata": "^0.1.12",
"rxjs": "^6.2.2", "rxjs": "^6.2.2"
"typescript": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.16.0", "@types/express": "^4.16.0",
@ -44,6 +43,7 @@
"ts-node": "^7.0.1", "ts-node": "^7.0.1",
"tsconfig-paths": "^3.5.0", "tsconfig-paths": "^3.5.0",
"tslint": "5.11.0", "tslint": "5.11.0",
"typescript": "^3.0.1",
"webpack": "^4.16.5", "webpack": "^4.16.5",
"webpack-cli": "^3.1.0", "webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2" "webpack-node-externals": "^1.7.2"