-
Notifications
You must be signed in to change notification settings - Fork 113
build!: update to latest version of gts and typescript #433
Changes from 2 commits
56f6b2c
a61b294
8ddedd5
158bdc2
a336bf1
e35d255
0d1ae07
e65b321
5d0271c
0dd1331
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
node_modules/* | ||
samples/node_modules/* | ||
src/**/doc/* | ||
**/node_modules | ||
**/.coverage | ||
build/ | ||
docs/ | ||
protos/ | ||
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"license": "Apache-2.0", | ||
"author": "Google Inc.", | ||
"engines": { | ||
"node": ">=8.10.0" | ||
"node": ">10" | ||
}, | ||
"repository": "googleapis/nodejs-compute", | ||
"main": "./src/index.js", | ||
|
@@ -54,14 +54,17 @@ | |
"eslint-config-prettier": "^6.0.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please delete all the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @JustinBeckwith! Just want to make sure I'm understanding correctly. Did you want me to delete .eslintignore, .eslintrc.json, .prettierignore and .prettierrc.js? I was using this PR as reference, I know Ben left those there. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh noes! Leave those files. I'm saying the package references in the Keep all the files! |
||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"gts": "^2.0.0-alpha.5", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can drop the |
||
"jsdoc": "^3.6.2", | ||
"jsdoc-fresh": "^1.0.1", | ||
"jsdoc-region-tag": "^1.0.2", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^7.0.0", | ||
"mocha": "^7.1.1", | ||
"c8": "^7.0.0", | ||
"chai": "^4.2.0", | ||
sofisl marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"prettier": "^1.13.5", | ||
"proxyquire": "^2.0.1", | ||
"uuid": "^7.0.0" | ||
"uuid": "^7.0.0", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a newline at the end to get rid of the squiggle