Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit df97763

Browse files
author
Bernhard Grünewaldt
committed
howto publish
1 parent 651086f commit df97763

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PUBLISH.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Howto Publish to npmjs.org
2+
3+
use this because of npm proxy:
4+
5+
```
6+
npm --registry https://registry.npmjs.org/ login
7+
npm --registry https://registry.npmjs.org/ publish
8+
```

0 commit comments

Comments
 (0)