Skip to content

Commit 4e97843

Browse files
committed
Use svelte-kit package
1 parent 7238f66 commit 4e97843

File tree

12 files changed

+2671
-198
lines changed

12 files changed

+2671
-198
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.DS_Store
22
node_modules
3-
/dist/
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example

.npmignore

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

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install svelte-apexcharts
1919

2020
```js
2121
<script>
22-
import Chart from "svelte-apexcharts";
22+
import Chart from 'svelte-apexcharts/Chart.svelte';
2323
let options = {
2424
chart: {
2525
type: "bar",

0 commit comments

Comments
 (0)