@intlify/vue-router-bridge
Advanced tools
Comparing version 0.8.0 to 0.9.0-b16ba33
{ | ||
"name": "@intlify/vue-router-bridge", | ||
"version": "0.8.0", | ||
"version": "0.9.0-b16ba33", | ||
"description": "Vue Router bridging for Vue 2 & Vue 3", | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
}, | ||
"dependencies": { | ||
@@ -74,3 +71,6 @@ "vue-demi": "^0.13.5" | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./scripts/postinstall.js" | ||
} | ||
} | ||
} |
51383