From 4ba1e78cafbb35c519b22cea30f0dce1d38d59d5 Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Mon, 28 Dec 2020 15:14:06 +0100 Subject: [PATCH] v0.0.3 --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 27bdf32..7a660d8 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,6 @@ If you use 2FA, then make sure it's enabled for **authorization** only instead o On the page of your newly created or existing GitHub repo, click **Settings** -> **Secrets** -> **New repository secret**, the **Name** should be `NPM_TOKEN` and the **Value** should be your npm token. -When you publish a brand new package, you may encounter some issue https://github.com/npm/cli/issues/1637 - ## Notes - It uses npm but you can easily switch to yarn, of course (remember to change all "npm" in `scripts` in the file **package.json**) diff --git a/package.json b/package.json index b6e8aac..0ec779c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-typescript-package", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",