@vtmn/svelte
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.5](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.1.4...@vtmn/svelte@0.1.5) (2021-03-16) | ||
**Note:** Version bump only for package @vtmn/svelte | ||
## [0.1.4](https://github.com/Decathlon/vitamin-web/compare/@vtmn/svelte@0.1.3...@vtmn/svelte@0.1.4) (2021-03-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@vtmn/svelte", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Decathlon Design System - Vitamin Svelte library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"lint": "eslint --color", | ||
"start": "chokidar 'src/**' --ignore '**/dist/**' -c 'yarn build'" | ||
"start": "chokidar 'src/**' --initial --ignore \"**/dist/**\" -c \"yarn build\"" | ||
}, | ||
@@ -52,3 +52,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "03868a6d170cb968656d28ad8a734b1ebd85fe1f" | ||
"gitHead": "390b044730b71c58040c0c479fc07cbabb0b6a55" | ||
} |
53963