Skip to content

Commit

Permalink
build: add lint script (#362)
Browse files Browse the repository at this point in the history
* lint script

* 'no docs yets'

* add a samples/package.json so npm install doesnt install when cd-ed into samples
  • Loading branch information
jkwlui authored and Ace Nassri committed Nov 12, 2022
1 parent 25f8968 commit e027dfe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions profiler/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "cloud-profiler-samples",
"version": "0.1.0",
"description": "Google Cloud Profiler samples",
"main": "app.js",
"scripts": {
"test": "echo 'no test yet'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/cloud-profiler-nodejs.git"
},
"author": "Google LLC.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googleapis/cloud-profiler-nodejs/issues"
},
"homepage": "https://github.com/googleapis/cloud-profiler-nodejs#readme"
}

0 comments on commit e027dfe

Please sign in to comment.