Skip to content

Commit

Permalink
feat: make install command configureable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Feb 10, 2021
1 parent b55dea3 commit a168d0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
{
"name": "projen",
"version": "^0.16.2",
"version": "^0.16.3",
"type": "build"
},
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "^26.6.3",
"jest-junit": "^12",
"json-schema": "^0.3.0",
"projen": "^0.16.2",
"projen": "^0.16.3",
"standard-version": "^9.0.0",
"ts-jest": "^26.5.0",
"typescript": "^3.9.5"
Expand All @@ -69,7 +69,7 @@
],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "1.89.0",
"version": "1.88.1",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.89.0"
"version": "1.88.1"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5371,7 +5371,7 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

projen@^0.16.2:
projen@^0.16.3:
version "0.16.3"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.16.3.tgz#68df9b02e8725f3efae4c91148285fed28d7c094"
integrity sha512-FjJip+KrDVBYdbv40cR0ZJ3Tz+y3lkd5tgdSqw9/Q6eAjY889dJ1twm20U7K0H8JUJFo09MO8i33D5oPdr28FA==
Expand Down

0 comments on commit a168d0d

Please sign in to comment.