@ionic/vue-router 8.1.2-dev.11715623495.196f4eba → 8.1.2-dev.11722973571.1baa9aa1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npm run build
|
|
|
24
24
|
|
|
25
25
|
## Contributing
|
|
26
26
|
|
|
27
|
-
See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main
|
|
27
|
+
See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md).
|
|
28
28
|
|
|
29
29
|
## Need Help?
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionic/vue-router",
|
|
3
|
-
"version": "8.1.2-dev.
|
|
3
|
+
"version": "8.1.2-dev.11722973571.1baa9aa1",
|
|
4
4
|
"description": "Vue Router integration for @ionic/vue",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test.spec": "jest",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://github.com/ionic-team/ionic#readme",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@ionic/vue": "8.1.2-dev.
|
|
47
|
+
"@ionic/vue": "8.1.2-dev.11722973571.1baa9aa1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@ionic/eslint-config": "^0.3.0",
|