piral-vue 1.0.0 → 1.0.1-beta.5640

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -6
package/README.md CHANGED
@@ -59,7 +59,7 @@ export function setup(piral: PiletApi) {
59
59
 
60
60
  ::: summary: For Piral instance developers
61
61
 
62
- Using Vue with Piral is as simple as installing `piral-vue` and `vue`.
62
+ Using Vue with Piral is as simple as installing `piral-vue` and `vue@^2`.
63
63
 
64
64
  ```ts
65
65
  import { createVueApi } from 'piral-vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-vue",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-beta.5640",
4
4
  "description": "Plugin for integrating Vue@2 components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -69,11 +69,8 @@
69
69
  "test": "echo \"Error: run tests from root\" && exit 1"
70
70
  },
71
71
  "devDependencies": {
72
- "piral-core": "^1.0.0",
72
+ "piral-core": "1.0.1-beta.5640",
73
73
  "vue": "^2.6.10"
74
74
  },
75
- "peerDependencies": {
76
- "vue": "^2.0.0"
77
- },
78
- "gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
75
+ "gitHead": "fa0a72b28fd0a20afec7ef491ec19e93c090fc72"
79
76
  }