svelte-multiselect
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"type": "module", | ||
@@ -24,2 +24,6 @@ "svelte": "MultiSelect.svelte", | ||
"devDependencies": { | ||
"eslint": "^7.25.0", | ||
"eslint-plugin-svelte3": "^3.2.0", | ||
"prettier": "^2.2.1", | ||
"prettier-plugin-svelte": "^2.2.0", | ||
"svelte": "^3.38.2" | ||
@@ -26,0 +30,0 @@ }, |
@@ -13,2 +13,4 @@ <div class="maybe-hide"> | ||
<!-- remove above in docs --> | ||
Keyboard-friendly, zero-dependency `MultiSelect` Svelte component. | ||
@@ -70,3 +72,3 @@ | ||
Clone the repo, install dev dependencies and start the dev server to test your changes before submitting a PR. | ||
The repo is split into two workspaces, the `package` itself and the demo `site`. To submit a PR, best clone the repo, install dependencies and start the dev server to try out your changes first. | ||
@@ -77,3 +79,3 @@ ```sh | ||
yarn | ||
yarn dev | ||
yarn workspace site dev | ||
``` | ||
@@ -80,0 +82,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13947
118
5