@intlify/vue-i18n-bridge
Advanced tools
Comparing version 0.9.0 to 1.0.0-bd038bf
{ | ||
"name": "@intlify/vue-i18n-bridge", | ||
"version": "0.9.0", | ||
"version": "1.0.0-bd038bf", | ||
"description": "Vue I18n bridging for Vue 2 & Vue 3", | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
}, | ||
"peerDependencies": { | ||
"vue-i18n": "^8.26.1 || ^9.2.0 || ^9.3.0", | ||
"vue-i18n-bridge": "^9.2.0 || ^9.3.0", | ||
"vue-i18n": "^8.26.1 || >=9.2.0", | ||
"vue-i18n-bridge": ">=9.2.0", | ||
"@vue/composition-api": "^1.0.0-rc.1" | ||
@@ -76,3 +73,6 @@ }, | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
} | ||
} | ||
} |
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
26187