Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore: cleanup unused files (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and DominicKramer committed May 31, 2019
1 parent 17f0bad commit 6cb07e7
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 178 deletions.
2 changes: 0 additions & 2 deletions .clang-format

This file was deleted.

5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

12 changes: 0 additions & 12 deletions AUTHORS

This file was deleted.

25 changes: 0 additions & 25 deletions appveyor.yml

This file was deleted.

89 changes: 43 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,47 @@
"engines": {
"node": ">=8.10.0"
},
"files": [
"build/src"
],
"scripts": {
"prepare": "npm run compile",
"presamples-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test",
"test-no-cover": "cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test --require source-map-support/register --timeout 4000 --R spec",
"test": "nyc npm run test-no-cover && nyc report",
"check": "gts check",
"clean": "gts clean",
"precompile": "npm run compile-scripts && node build/scripts/setup-build-dir.js",
"compile": "tsc -p .",
"compile-scripts": "tsc -p scripts-tsconfig.json",
"fix": "gts fix",
"pretest": "npm run compile",
"posttest": "npm run check && npm run license-check",
"prepack": "npm run compile",
"license-check": "jsgl --local .",
"lint": "npm run check",
"docs": "compodoc src/",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
"@google-cloud/common": "^1.0.0",
"@sindresorhus/is": "^0.17.1",
"acorn": "^6.0.0",
"coffeescript": "^2.0.0",
"console-log-level": "^1.4.0",
"extend": "^3.0.1",
"findit2": "^2.2.3",
"gcp-metadata": "^2.0.0",
"lodash.pickby": "^4.6.0",
"p-limit": "^2.2.0",
"semver": "^6.0.0",
"source-map": "^0.6.1",
"split": "^1.0.0"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/acorn": "^4.0.2",
Expand All @@ -44,7 +85,7 @@
"js-green-licenses": "^1.0.0",
"linkinator": "^1.1.2",
"mkdirp": "^0.5.1",
"mocha": "^6.0.0",
"mocha": "^6.1.4",
"ncp": "^2.0.0",
"nock": "^10.0.0",
"nyc": "^14.0.0",
Expand All @@ -55,49 +96,5 @@
"teeny-request": "^3.11.3",
"typescript": "~3.5.0",
"uuid": "^3.3.2"
},
"dependencies": {
"@google-cloud/common": "^1.0.0",
"@sindresorhus/is": "^0.17.1",
"acorn": "^6.0.0",
"coffeescript": "^2.0.0",
"console-log-level": "^1.4.0",
"extend": "^3.0.1",
"findit2": "^2.2.3",
"gcp-metadata": "^2.0.0",
"lodash.pickby": "^4.6.0",
"p-limit": "^2.2.0",
"semver": "^6.0.0",
"source-map": "^0.6.1",
"split": "^1.0.0"
},
"scripts": {
"prepare": "npm run compile",
"presamples-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test",
"test-no-cover": "cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test --require source-map-support/register --timeout 4000 --R spec",
"test": "nyc npm run test-no-cover && nyc report",
"check": "gts check",
"clean": "gts clean",
"precompile": "npm run compile-scripts && node build/scripts/setup-build-dir.js",
"compile": "tsc -p .",
"compile-scripts": "tsc -p scripts-tsconfig.json",
"fix": "gts fix",
"pretest": "npm run compile",
"posttest": "npm run check && npm run license-check",
"prepack": "npm run compile",
"license-check": "jsgl --local .",
"lint": "npm run check",
"docs": "compodoc src/",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"build/src"
]
}
}
85 changes: 0 additions & 85 deletions repo-debug.log

This file was deleted.

3 changes: 0 additions & 3 deletions scripts-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
"include": [
"scripts/*.ts",
"scripts/**/*.ts"
],
"exclude": [
"node_modules"
]
}

0 comments on commit 6cb07e7

Please sign in to comment.