svelte-player
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "svelte-player", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fikryfahrezy/svelte-player.git" | ||
"type": "git", | ||
"url": "git+https://github.com/fikryfahrezy/svelte-player.git" | ||
}, | ||
@@ -19,3 +19,4 @@ "scripts": { | ||
"lint": "prettier --plugin-search-dir . --check . && eslint .", | ||
"format": "prettier --plugin-search-dir . --write ." | ||
"format": "prettier --plugin-search-dir . --write .", | ||
"prepare": "husky install" | ||
}, | ||
@@ -56,3 +57,4 @@ "exports": { | ||
"vite": "^4.3.9", | ||
"vitest": "^0.32.2" | ||
"vitest": "^0.32.2", | ||
"husky": "^8.0.0" | ||
}, | ||
@@ -59,0 +61,0 @@ "svelte": "./dist/index.js", |
53876
21