Skip to content

Commit 6ff3d4e

Browse files
committed
πŸ’š Fix CI
1 parent caa7639 commit 6ff3d4e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
<br />
2121
</div>
2222

23-
> A simple chart to be used in your projects
23+
## Links
24+
25+
[npm package](https://www.npmjs.com/package/@assistantapps/swat-chart)
26+
[demo](https://assistantapps.github.io/Swat-Chart)
2427

2528
## Install
2629

β€Žexample/vite.config.tsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
22
import solidPlugin from 'vite-plugin-solid';
33

44
export default defineConfig({
5+
base: './',
56
plugins: [solidPlugin()],
67
server: {
78
port: 3000,

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@assistantapps/swat-chart",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Swat chart made for use in AssistantApps and other projects",
55
"license": "MIT",
66
"author": "Kurt Lourens",

0 commit comments

Comments
Β (0)