@ctx-core/ripple-effect-ui-svelte
Advanced tools
Comparing version 1.0.2 to 1.0.3
# @ctx-core/ripple-effect-ui-svelte | ||
## 1.0.3 | ||
### Patch Changes | ||
- fix: package.json: exports | ||
## 1.0.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/ripple-effect-ui-svelte", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ctx-core ripple-effect", | ||
@@ -9,9 +9,9 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/ctx-core/ripple-effect#readme", | ||
"homepage": "https://github.com/ctx-core/ripple-effect-ui-svelte#readme", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/ripple-effect/issues" | ||
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/ripple-effect/issues" | ||
"url": "https://github.com/ctx-core/ripple-effect-ui-svelte.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "license": "Apache-2.0", | ||
".": { | ||
"types": "./src/index.ts", | ||
"import": "./dist/index.js" | ||
"import": "./dist/index.js", | ||
"types": "./src/index.ts" | ||
}, | ||
@@ -27,0 +27,0 @@ "./package.json": "./package.json" |
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
3582