We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f1164 commit a8ea3caCopy full SHA for a8ea3ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pprof",
3
- "version": "0.1.0",
+ "version": "0.2.0-alpha.0",
4
"description": "pprof support for Node.js",
5
"repository": "google/pprof-nodejs",
6
"main": "out/src/index.js",
tools/publish.sh
@@ -35,4 +35,4 @@ NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google_cloud_npm_token)
35
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
36
37
retry npm install
38
-npm publish --access=public
+npm publish --access=public --tag alpha
0 commit comments