@sankhyalabs/sankhyablocks 8.1.0-dev.1 → 8.1.0-dev.2

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 CHANGED
@@ -72,4 +72,4 @@ The first step for all three of these strategies is to [publish to NPM](https://
72
72
  ### In a stencil-starter app
73
73
  - Run `npm install my-component --save`
74
74
  - Add an import to the npm packages `import my-component;`
75
- - Then you can use the element anywhere in your template, JSX, html etc
75
+ - Then you can use the element anywhere in your template, JSX, html etc
@@ -1,3 +1,3 @@
1
1
  :host {
2
2
  display: block;
3
- }
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/sankhyablocks",
3
- "version": "8.1.0-dev.1",
3
+ "version": "8.1.0-dev.2",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "unpkg": "dist/sankhyablocks/sankhyablocks.esm.js",
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://git.sankhya.com.br/sankhyalabs/sankhya-blocks.git"
15
+ "url": "https://gitlab.sankhya.com.br/dti/design-system/sankhya-blocks.git"
16
16
  },
17
17
  "files": [
18
18
  "dist/",