From 102eb045bd790a94d50ba5f63f22a3631f14d33c Mon Sep 17 00:00:00 2001 From: Takanori Yanagitani Date: Thu, 4 Jun 2020 16:33:40 +0900 Subject: [PATCH] trying to release 0.0.2 --- .github/workflows/npm-publish.yml | 26 +++++++++++++------------- package.json | 14 ++++++++++++-- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 861e372..66ff200 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -32,16 +32,16 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - publish-gpr: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - registry-url: https://npm.pkg.github.com/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} +# publish-gpr: +# needs: build +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - uses: actions/setup-node@v1 +# with: +# node-version: 12 +# registry-url: https://npm.pkg.github.com/ +# - run: npm ci +# - run: npm publish +# env: +# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package.json b/package.json index b42f328..68571c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bytes2uuid", - "version": "0.0.1", + "version": "0.0.2", "description": "bytearray -> uuid(Uint32Array x4) -> String", "main": "index.js", "scripts": { @@ -12,7 +12,17 @@ "type": "git", "url": "git+https://github.com/takanori-yanagitani/bytes2uuid.git" }, - "keywords": [], + "keywords": [ + "uuid", + "DataView", + "stringify", + "beautify", + "String", + "Uint32Array", + "uint32", + "hex", + "hexlify" + ], "author": "", "license": "ISC", "bugs": {