json2jsii
Advanced tools
Comparing version 0.1.146 to 0.1.147
@@ -144,5 +144,5 @@ { | ||
"env": { | ||
"PATH": "$(npx -c 'echo $PATH')" | ||
"PATH": "$(npx node -e \"console.log(process.env.PATH)\")" | ||
}, | ||
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." | ||
} |
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.1.147 (2020-12-18) | ||
### 0.1.146 (2020-12-18) | ||
@@ -7,0 +9,0 @@ |
@@ -44,3 +44,3 @@ { | ||
"prettier": "^2.0.5", | ||
"projen": "^0.6.13", | ||
"projen": "^0.6.16", | ||
"standard-version": "^9.0.0", | ||
@@ -63,3 +63,3 @@ "ts-jest": "^26.1.0", | ||
"license": "Apache-2.0", | ||
"version": "0.1.146", | ||
"version": "0.1.147", | ||
"jest": { | ||
@@ -66,0 +66,0 @@ "clearMocks": true, |
{ | ||
"version": "0.1.146" | ||
"version": "0.1.147" | ||
} |
Sorry, the diff of this file is not supported yet
86115