Skip to content

Commit e027dfe

Browse files
jkwluiAce Nassri
authored andcommitted
build: add lint script (#362)
* lint script * 'no docs yets' * add a samples/package.json so npm install doesnt install when cd-ed into samples
1 parent 25f8968 commit e027dfe

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

profiler/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "cloud-profiler-samples",
3+
"version": "0.1.0",
4+
"description": "Google Cloud Profiler samples",
5+
"main": "app.js",
6+
"scripts": {
7+
"test": "echo 'no test yet'"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/googleapis/cloud-profiler-nodejs.git"
12+
},
13+
"author": "Google LLC.",
14+
"license": "Apache-2.0",
15+
"bugs": {
16+
"url": "https://github.com/googleapis/cloud-profiler-nodejs/issues"
17+
},
18+
"homepage": "https://github.com/googleapis/cloud-profiler-nodejs#readme"
19+
}

0 commit comments

Comments
 (0)