svelte-dnd-action
Advanced tools
Comparing version 0.9.25 to 0.9.26
@@ -46,3 +46,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.9.25", | ||
"version": "0.9.26", | ||
"repository": { | ||
@@ -49,0 +49,0 @@ "type": "git", |
@@ -239,4 +239,4 @@ # 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) | ||
```javascript | ||
import {setFeatueFlag, FEATURE_FLAG_NAMES} from "svelte-dnd-action"; | ||
setFeatueFlag(FEATURE_FLAG_NAMES.MY_FLAG, true); | ||
import {setFeatureFlag, FEATURE_FLAG_NAMES} from "svelte-dnd-action"; | ||
setFeatureFlag(FEATURE_FLAG_NAMES.MY_FLAG, true); | ||
``` | ||
@@ -243,0 +243,0 @@ |
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
288219