Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 670 #671

Merged
merged 21 commits into from
Jul 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5bdc1b4
Merge pull request #17 from google/master
PopGoesTheWza May 13, 2019
ed24bb7
Merge pull request #18 from google/master
PopGoesTheWza May 14, 2019
807729c
2.1.0
grant Mar 19, 2019
83b9e78
Low impact changes (#619)
PopGoesTheWza May 17, 2019
a89ab84
Relative rootdir (#620)
PopGoesTheWza May 17, 2019
19a2fd6
Cleanup before next pr (#621)
PopGoesTheWza May 20, 2019
2abec30
Refactor `inquirer` package (#622)
PopGoesTheWza May 21, 2019
4829c18
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza May 22, 2019
4b77408
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza May 23, 2019
cd4b7cc
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza May 24, 2019
5279445
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza May 29, 2019
4b0fe1c
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jun 3, 2019
6aca82a
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jun 14, 2019
ec9f3e8
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jun 14, 2019
81d3792
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jun 26, 2019
9a911f5
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jul 1, 2019
4cd43a9
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jul 3, 2019
8018780
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jul 3, 2019
f3706ea
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jul 4, 2019
f468920
Merge branch 'master' of https://github.com/google/clasp
PopGoesTheWza Jul 15, 2019
cf2ab30
npm audit fix
PopGoesTheWza Jul 22, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 37 additions & 29 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"fuzzy": "^0.1.3",
"gaxios": "^2.0.1",
"google-auth-library": "^4.2.5",
"googleapis": "^40.0.1",
"inquirer": "^6.4.1",
"googleapis": "^41.0.1",
"inquirer": "^6.5.0",
"inquirer-autocomplete-prompt": "1.0.1",
"is-online": "^8.2.0",
"mkdirp": "^0.5.1",
Expand All @@ -64,7 +64,7 @@
"string.prototype.padend": "^3.0.0",
"strip-bom": "^4.0.0",
"ts2gas": "^3.4.4",
"typescript": "^3.5.2",
"typescript": "^3.5.3",
"watch": "^1.0.2"
},
"devDependencies": {
Expand All @@ -75,15 +75,15 @@
"@types/inquirer": "^6.0.3",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.10",
"@types/node": "^10.14.13",
"@types/pluralize": "^0.0.29",
"@types/recursive-readdir": "^2.2.0",
"@types/tmp": "^0.1.0",
"@types/watch": "^1.0.1",
"axios": "^0.19.0",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"mocha": "^6.1.4",
"coveralls": "^3.0.5",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"tmp": "^0.1.0",
Expand Down