Skip to content

Commit 519752d

Browse files
author
Bernhard Grünewaldt
committed
doc
1 parent 8731bae commit 519752d

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

PUBLISH.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
# Howto Publish to npmjs.org
1+
# Howto Publish
22

3-
(1) use this because of npm proxy:
3+
INFO: jsdelivr uses github `build/*` files
44

5-
```
6-
npm --registry https://registry.npmjs.org/ login
7-
npm --registry https://registry.npmjs.org/ publish
8-
```
9-
10-
(2) Create Git Tag
5+
(1) Create Git Tag
116

127
```
138
git tag -a 0.0.15 -m "rel 0.0.15"
149
git push origin 0.0.15
1510
```
1611

17-
(3) Go to github releases and create release from tag.
12+
(2) Go to github releases and create release from tag.
1813

19-
(4) Increase version in package.json.
14+
(3) Increase version in package.json.

0 commit comments

Comments
 (0)