We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8731bae commit 519752dCopy full SHA for 519752d
PUBLISH.md
@@ -1,19 +1,14 @@
1
-# Howto Publish to npmjs.org
+# Howto Publish
2
3
-(1) use this because of npm proxy:
+INFO: jsdelivr uses github `build/*` files
4
5
-```
6
-npm --registry https://registry.npmjs.org/ login
7
-npm --registry https://registry.npmjs.org/ publish
8
9
-
10
-(2) Create Git Tag
+(1) Create Git Tag
11
12
```
13
git tag -a 0.0.15 -m "rel 0.0.15"
14
git push origin 0.0.15
15
16
17
-(3) Go to github releases and create release from tag.
+(2) Go to github releases and create release from tag.
18
19
-(4) Increase version in package.json.
+(3) Increase version in package.json.
0 commit comments