Skip to content

Commit 9a7536c

Browse files
author
Lukas Böhler
committed
v1.0.4
1 parent 6afe36a commit 9a7536c

File tree

15 files changed

+17
-40
lines changed

15 files changed

+17
-40
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ npm install bugbattle --save
2626

2727
OR add the following lines to your website's / webapp's head-tag:
2828
```
29-
<link href="https://jssdk.bugbattle.io/v1.0.3/index.css" rel="stylesheet">
30-
<script src="https://jssdk.bugbattle.io/v1.0.3/index.js"></script>
29+
<link href="https://jssdk.bugbattle.io/latest/index.css" rel="stylesheet">
30+
<script src="https://jssdk.bugbattle.io/latest/index.js"></script>
3131
<script>let BugBattle = window.BugBattle.default;</script>
3232
```
3333

build/index.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/index.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

build/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "bugbatttle",
3-
"version": "1.0.3",
2+
"name": "bugbattle",
3+
"version": "1.0.4",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "node scripts/start.js",

published/.DS_Store

0 Bytes
Binary file not shown.

published/demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
height: auto;
3535
}
3636
</style>
37-
<link href="https://jssdk.bugbattle.io/v1.0.3/index.css" rel="stylesheet">
38-
<script src="https://jssdk.bugbattle.io/v1.0.3/index.js"></script>
37+
<link href="https://jssdk.bugbattle.io/latest/index.css" rel="stylesheet">
38+
<script src="https://jssdk.bugbattle.io/latest/index.js"></script>
3939
<script>let BugBattle = window.BugBattle.default;</script>
4040
<script>
4141
let bugBattle = new BugBattle("5c41fcd794aaf5331dd4d513", BugBattle.FEEDBACK_BUTTON);

build/index.css renamed to published/latest/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/v1.0.3/index.js renamed to published/latest/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)