fix(core): update

This commit is contained in:
2019-09-05 17:17:33 +02:00
parent fa2a5607c4
commit 4d3df85041
6 changed files with 85 additions and 145 deletions

View File

@@ -22,14 +22,14 @@
},
"homepage": "https://gitlab.com/pushrocks/smartopen#README",
"dependencies": {
"opn": "^6.0.0"
"open": "^6.4.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^12.0.4",
"tslint": "^5.17.0",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.4",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
},
"private": false,
@@ -38,9 +38,10 @@
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}