@goldstack/utils-sh
Advanced tools
Comparing version 0.1.2 to 0.1.4
@@ -0,0 +0,0 @@ import sh from 'shelljs'; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=utilsSh.spec.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@goldstack/utils-sh", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -14,10 +14,10 @@ "author": "Max Rohde", | ||
"compile:watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", | ||
"version:apply": "yarn version $@", | ||
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js", | ||
"prepublishOnly": "yarn run build", | ||
"publish": "yarn npm publish", | ||
"test:ci": "jest --passWithNoTests --config=./jest.config.js" | ||
"test:ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"version:apply": "yarn version \"$@\"" | ||
}, | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.1.8", | ||
"@goldstack/utils-log": "0.1.11", | ||
"ncp": "^2.0.0", | ||
@@ -24,0 +24,0 @@ "shelljs": "^0.8.4" |
20487
+ Added@goldstack/utils-log@0.1.11(transitive)
- Removed@goldstack/utils-log@0.1.8(transitive)
Updated@goldstack/utils-log@0.1.11