Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: remove unused files in package (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 13, 2020
1 parent 2f615d0 commit 7b1e5e4
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 687 deletions.
3 changes: 2 additions & 1 deletion .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 .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/
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,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
1 change: 0 additions & 1 deletion samples/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
rules:
no-console: off
node/no-missing-require: off
3 changes: 0 additions & 3 deletions smoke-test/.eslintrc.yml

This file was deleted.

54 changes: 0 additions & 54 deletions smoke-test/text_to_speech_smoke_test.js

This file was deleted.

306 changes: 0 additions & 306 deletions src/v1/doc/google/cloud/texttospeech/v1/doc_cloud_tts.js

This file was deleted.

Loading

0 comments on commit 7b1e5e4

Please sign in to comment.