Skip to content

Commit 4ba1e78

Browse files
committedDec 28, 2020
v0.0.3
1 parent 46c5994 commit 4ba1e78

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ If you use 2FA, then make sure it's enabled for **authorization** only instead o
113113

114114
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.
115115

116-
When you publish a brand new package, you may encounter some issue https://github.com/npm/cli/issues/1637
117-
118116
## Notes
119117

120118
- It uses npm but you can easily switch to yarn, of course (remember to change all "npm" in `scripts` in the file **package.json**)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-typescript-package",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)
Failed to load comments.