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 Apr 13, 2020
1 parent 11e23ce commit ec3435d
Show file tree
Hide file tree
Showing 53 changed files with 29 additions and 8,030 deletions.
3 changes: 2 additions & 1 deletion packages/google-cloud-tasks/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/node_modules
src/**/doc/*
**/coverage
test/fixtures
build/
docs/
protos/
9 changes: 6 additions & 3 deletions packages/google-cloud-tasks/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules/*
samples/node_modules/*
src/**/doc/*
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
5 changes: 1 addition & 4 deletions packages/google-cloud-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "build/src/index.js",
"files": [
"build/protos",
"build/src",
"AUTHORS",
"COPYING"
"build/src"
],
"keywords": [
"google apis client",
Expand Down Expand Up @@ -60,7 +58,6 @@
"mocha": "^7.0.0",
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"prettier": "^1.11.1",
"sinon": "^9.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
Expand Down
3 changes: 0 additions & 3 deletions packages/google-cloud-tasks/samples/.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 packages/google-cloud-tasks/samples/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
Loading

0 comments on commit ec3435d

Please sign in to comment.