Upgrade version
This commit is contained in:
@@ -26,8 +26,8 @@ npm install svelte-carousel
|
|||||||
Import component and styles in App component
|
Import component and styles in App component
|
||||||
```jsx
|
```jsx
|
||||||
<script>
|
<script>
|
||||||
import 'svelte-carousel/dist/index.css'
|
|
||||||
import Carousel from 'svelte-carousel'
|
import Carousel from 'svelte-carousel'
|
||||||
|
import 'svelte-carousel/dist/index.css'
|
||||||
// ...
|
// ...
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte-carousel",
|
"name": "svelte-carousel",
|
||||||
"version": "1.0.0-rc1",
|
"version": "1.0.0-rc2",
|
||||||
"description": "Svelte carousel",
|
"description": "Svelte carousel",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"author": "vadimkorr",
|
"author": "vadimkorr",
|
||||||
|
|||||||
@@ -195,8 +195,8 @@ npm install svelte-carousel
|
|||||||
Import component and styles in App component
|
Import component and styles in App component
|
||||||
```jsx
|
```jsx
|
||||||
<script>
|
<script>
|
||||||
import 'svelte-carousel/dist/index.css'
|
|
||||||
import Carousel from 'svelte-carousel'
|
import Carousel from 'svelte-carousel'
|
||||||
|
import 'svelte-carousel/dist/index.css'
|
||||||
// ...
|
// ...
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user