Skip to content

Commit

Permalink
fix: remove unused files from package (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and grayside committed Nov 3, 2022
1 parent b04c259 commit 5406cc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 0 additions & 3 deletions cloud-tasks/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
rules:
no-console: off
node/no-missing-require: off
parserOptions:
ecmaVersion: 8
8 changes: 5 additions & 3 deletions cloud-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"author": "Google Inc.",
"private": true,
"engines": {
"node": ">=8"
"node": ">=10"
},
"files": [
"*.js"
],
"scripts": {
"test": "mocha",
"start": "node server.js",
"lint": "eslint '**/*.js'"
"start": "node server.js"
},
"dependencies": {
"@google-cloud/tasks": "^2.0.0",
Expand Down
3 changes: 0 additions & 3 deletions cloud-tasks/test/.eslintrc.yml

This file was deleted.

0 comments on commit 5406cc2

Please sign in to comment.