fix(core): update

This commit is contained in:
2019-06-04 11:25:51 +02:00
parent 67b0d0bd37
commit 42e6898dc5
4 changed files with 461 additions and 194 deletions

View File

@@ -22,14 +22,25 @@
},
"homepage": "https://gitlab.com/pushrocks/smartopen#README",
"dependencies": {
"@types/opn": "^5.1.0",
"opn": "^5.3.0"
"opn": "^6.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tstest": "^1.0.20",
"@types/node": "^10.1.2",
"tapbundle": "^2.0.0"
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tstest": "^1.0.24",
"@types/node": "^12.0.4",
"tapbundle": "^2.0.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0"
},
"private": true
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}