@oicl/openbridge-webcomponents-vue 0.0.5 → 0.0.7

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/package.json +3 -3
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -8,9 +8,9 @@
8
8
  "build:declarations": "vue-tsc --declaration --emitDeclarationOnly && node ./scripts/rename.js",
9
9
  "preview": "vite preview"
10
10
  },
11
- "version": "0.0.5",
11
+ "version": "0.0.7",
12
12
  "dependencies": {
13
- "@oicl/openbridge-webcomponents": "^0.0.5",
13
+ "@oicl/openbridge-webcomponents": "^0.0.7",
14
14
  "vue": "^3.2.41",
15
15
  "@lit-labs/vue-utils": "^0.1.0"
16
16
  },
@@ -602,7 +602,7 @@
602
602
  ],
603
603
  "repository": {
604
604
  "type": "git",
605
- "url": "https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents.git",
605
+ "url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents.git",
606
606
  "directory": "packages/openbridge-webcomponents-vue"
607
607
  }
608
608
  }
package/readme.md CHANGED
@@ -31,6 +31,8 @@ To use the components in your project, you can install the package from npm:
31
31
  npm install @oicl/openbridge-webcomponents-vue
32
32
  ```
33
33
 
34
+ See also the [vue demo](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/tree/main/packages/vue-demo) for an example of how to use the components in a Vue.js project.
35
+
34
36
  ### Setup
35
37
  1. Add the css file to your project:
36
38
  ```javascript