Skip to content

Commit e9cb66b

Browse files
author
Bernhard Grünewaldt
committed
final doc 0.0.9
1 parent f7656e8 commit e9cb66b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

PUBLISH.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Howto Publish
22

3-
INFO: jsdelivr uses github `build/*` files
3+
INFO: jsdelivr/unpkg.com uses github `build/*` files
4+
5+
(0) publish to npm (use because of proxy)
6+
7+
```
8+
npm --registry https://registry.npmjs.org/ login
9+
npm --registry https://registry.npmjs.org/ publish
10+
```
411

512
(1) Create Git Tag
613

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
```html
1616
<html>
1717
<body>
18-
<link href="./build/cc-image-lightbox.min.css" rel="stylesheet" />
18+
<link href="https://unpkg.com/cc-image-lightbox@0.0.9/build/cc-image-lightbox.min.css" rel="stylesheet" />
1919

2020
<a href="https://codeclou.github.io/cc-image-lightbox/demo/demo-gallery-02/images/DSC05104.JPG" target="_blank"><img
2121
src="https://codeclou.github.io/cc-image-lightbox/demo/demo-gallery-02/thumbs/DSC05104.JPG"
2222
data-cc-lightbox="gallery-02"
2323
data-cc-title="Image Four"
2424
/></a>
2525

26-
<script src="./build/cc-image-lightbox.min.js"></script>
26+
<script src="https://unpkg.com/cc-image-lightbox@0.0.9/build/cc-image-lightbox.min.js"></script>
2727
</body>
2828
</html>
2929
```

0 commit comments

Comments
 (0)