portabilis-ui
Advanced tools
Comparing version 0.0.10 to 0.0.11
import { computed as l, defineComponent as g, h as i, ref as C, Transition as R } from "vue"; | ||
/** | ||
* Portabilis UI 0.0.10 | ||
* Portabilis UI 0.0.11 | ||
* (c) 2022 | ||
@@ -5,0 +5,0 @@ * @license MIT |
{ | ||
"name": "portabilis-ui", | ||
"private": false, | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"type": "module", | ||
@@ -11,3 +11,4 @@ "scripts": { | ||
"prettier": "prettier --write .", | ||
"eslint": "eslint --ext .ts,vue --ignore-path .gitignore ." | ||
"eslint": "eslint --ext .ts,vue --ignore-path .gitignore .", | ||
"release": "sh ./scripts/new-release.sh" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
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
92549