svelte-dnd-action
Advanced tools
Comparing version 0.6.14 to 0.6.15
@@ -39,3 +39,3 @@ { | ||
"description": "*An awesome drag and drop library for Svelte 3 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *", | ||
"version": "0.6.14", | ||
"version": "0.6.15", | ||
"repository": { | ||
@@ -42,0 +42,0 @@ "type": "git", |
@@ -198,3 +198,3 @@ # SVELTE DND ACTION [![Known Vulnerabilities](https://snyk.io/test/github/isaacHagoel/svelte-dnd-action/badge.svg?targetFile=package.json)](https://snyk.io/test/github/isaacHagoel/svelte-dnd-action?targetFile=package.json) | ||
You may need to edit `tsconfig.json` to include `global.d.ts` if it doesn't already: "include": ["src/**/*", "global.d.ts"]. | ||
Then you will be able to use the library with type safety as follows (Typescript gurus out there, improvements are welcome :smile): | ||
Then you will be able to use the library with type safety as follows (Typescript gurus out there, improvements are welcome :smile:): | ||
```html | ||
@@ -201,0 +201,0 @@ <style> |
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
227001