2 Commits

Author SHA1 Message Date
fa16aaa2c1 2.0.17 2019-08-27 18:27:43 +02:00
c3892096b6 fix(core): update 2019-08-27 18:27:43 +02:00
2 changed files with 17 additions and 2 deletions

16
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tools",
"version": "2.0.16",
"version": "2.0.17",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -24,6 +24,20 @@
"js-tokens": "^4.0.0"
}
},
"@gitzone/tsbuild": {
"version": "2.1.17",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.17.tgz",
"integrity": "sha512-Mg2cu7cW3cC6L2tzatB8t6OMVgTGatobb8UkN+y3n7KAWRld4gXcVWmaehch/wSFrbmk6Oe8rPjdWPjhTSIF1Q==",
"dev": true,
"requires": {
"@pushrocks/smartcli": "^3.0.7",
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^3.0.2",
"typescript": "^3.5.2"
}
},
"@gitzone/tsrun": {
"version": "1.2.8",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsrun/-/tsrun-1.2.8.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tools",
"version": "2.0.16",
"version": "2.0.17",
"private": false,
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
@ -29,6 +29,7 @@
},
"homepage": "https://github.com/GitZoneTools/npmg#readme",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"tslint": "^5.19.0",