Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
knom committed Apr 14, 2021
2 parents e071d4b + 02e5e74 commit 1d250a0
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 20 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
35 changes: 28 additions & 7 deletions 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.1"
},
"scripts": {
"postinstall": "cd InstallMailApp && npm install && cd ../UninstallMailApp && npm install"
Expand Down

0 comments on commit 1d250a0

Please sign in to comment.