feat(cli options): now support --web for web compilations targeting Google Chrome

This commit is contained in:
2018-12-05 23:29:01 +01:00
parent fee2a60162
commit bbcb8e6b3f
9 changed files with 902 additions and 206 deletions

View File

@ -26,15 +26,18 @@
},
"homepage": "https://gitlab.com/pushrocks/tsn#README",
"dependencies": {
"@pushrocks/smartfile": "^6.0.6",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartcli": "^3.0.6",
"@pushrocks/smartfile": "^6.0.11",
"@pushrocks/smartlog": "^2.0.9",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"typescript": "^3.0.1"
"typescript": "^3.2.1"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.11",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.7"
"@gitzone/tsrun": "^1.1.13",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.12",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
}
}