@takuma-ru/vue-swipe-modal
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -0,0 +0,0 @@ import '../components/swipe-modal.scss'; |
@@ -0,0 +0,0 @@ declare const _default: import("vue-demi").DefineComponent<{ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Ref } from "vue-demi"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import swipeModal from './components/swipe-modal'; |
@@ -0,0 +0,0 @@ interface Options { |
{ | ||
"name": "@takuma-ru/vue-swipe-modal", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"private": false, | ||
@@ -21,5 +21,2 @@ "description": "Swipeable Bottom Sheet library for vue2 and vue3", | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": { | ||
@@ -43,3 +40,4 @@ "type": "git", | ||
"dist/*", | ||
"@types/*" | ||
"@types/*", | ||
"LICENSE.md" | ||
], | ||
@@ -54,3 +52,6 @@ "sideEffects": false, | ||
"switch:3": "vue-demi-switch 3", | ||
"preview": "vite preview" | ||
"preview": "vite preview", | ||
"version-up:major": "yarn version --major --no-git-tag-version --no-commit-hooks", | ||
"version-up:minor": "yarn version --minor --no-git-tag-version --no-commit-hooks", | ||
"version-up:patch": "yarn version --patch --no-git-tag-version --no-commit-hooks" | ||
}, | ||
@@ -57,0 +58,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
# @takuma-ru/vue-swpie-modal | ||
# @takuma-ru/vue-swipe-modal | ||
@@ -17,2 +17,3 @@ ![featureGraphic](https://user-images.githubusercontent.com/49429291/182005490-2e0631ca-8271-48e6-9282-25df81ba0f8f.png) | ||
### 1. Install | ||
#### vue2.7, vue3, nuxt3 | ||
```powershell | ||
@@ -22,3 +23,8 @@ yarn add @takuma-ru/vue-swipe-modal@^4.0.0 | ||
# 2. How to use | ||
#### vue2, nuxt2 | ||
```powershell | ||
yarn add @takuma-ru/vue-swipe-modal@^4.0.0 @vue/composition-api | ||
``` | ||
### 2. How to use | ||
- [vue2](https://vue-swipe-modal-docs.takumaru.dev/started/vue2) <br> | ||
@@ -31,1 +37,4 @@ - [vue3](https://vue-swipe-modal-docs.takumaru.dev/started/vue3) <br> | ||
[Prop description page](https://vue-swipe-modal-docs.takumaru.dev/props) | ||
## License | ||
[MIT - Copyright (c) 2022 takuma-ru](https://github.com/takuma-ru/vue-swipe-modal/blob/main/LICENSE.md) |
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
60704
20
37