Skip to content

Commit a8ea3ca

Browse files
nolanmar511kalyanac
authored andcommitted
v0.2.0-alpha (#22)
1 parent c8f1164 commit a8ea3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pprof",
3-
"version": "0.1.0",
3+
"version": "0.2.0-alpha.0",
44
"description": "pprof support for Node.js",
55
"repository": "google/pprof-nodejs",
66
"main": "out/src/index.js",

tools/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google_cloud_npm_token)
3535
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
3636

3737
retry npm install
38-
npm publish --access=public
38+
npm publish --access=public --tag alpha

0 commit comments

Comments
 (0)