Skip to content

Commit

Permalink
Fixed underscorejs and yargs dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
knom authored Apr 14, 2021
1 parent bd12b38 commit 1540b44
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 14 deletions.
25 changes: 19 additions & 6 deletions InstallMailApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions InstallMailApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"q": "^1.5.1",
"request-debug": "^0.2.0",
"soap": "^0.37.0",
"underscore": ">=1.13.0-2",
"xml2js": "^0.4.23"
},
"scripts": {},
Expand Down
25 changes: 19 additions & 6 deletions UninstallMailApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions UninstallMailApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"q": "^1.5.1",
"request-debug": "^0.2.0",
"soap": "^0.37.0",
"underscore": ">=1.13.0-2",
"xml2js": "^0.4.23"
},
"scripts": {},
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"merge-stream": "^2.0.0",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"yargs-parser": ">=5.0.0-security.0"
},
"scripts": {
"postinstall": "cd InstallMailApp && npm install && cd ../UninstallMailApp && npm install"
Expand Down

0 comments on commit 1540b44

Please sign in to comment.