Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Grünewaldt committed Feb 16, 2017
1 parent 8731bae commit 519752d
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions PUBLISH.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# Howto Publish to npmjs.org
# Howto Publish

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

```
npm --registry https://registry.npmjs.org/ login
npm --registry https://registry.npmjs.org/ publish
```

(2) Create Git Tag
(1) Create Git Tag

```
git tag -a 0.0.15 -m "rel 0.0.15"
git push origin 0.0.15
```

(3) Go to github releases and create release from tag.
(2) Go to github releases and create release from tag.

(4) Increase version in package.json.
(3) Increase version in package.json.

0 comments on commit 519752d

Please sign in to comment.