@digital-realty/ix-chip 1.0.3 → 1.0.4

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 +2 -42
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,46 +27,6 @@ npm i @digital-realty/ix-chip
27
27
  </script>
28
28
  ```
29
29
 
30
+ ## Demo and Documentation
30
31
 
31
- ## Linting and formatting
32
-
33
- To scan the project for linting and formatting errors, run
34
-
35
- ```bash
36
- npm run lint
37
- ```
38
-
39
- To automatically fix linting and formatting errors, run
40
-
41
- ```bash
42
- npm run format
43
- ```
44
-
45
- ## Testing with Web Test Runner
46
-
47
- To execute a single test run:
48
-
49
- ```bash
50
- npm run test
51
- ```
52
-
53
- To run the tests in interactive watch mode run:
54
-
55
- ```bash
56
- npm run test:watch
57
- ```
58
-
59
-
60
- ## Tooling configs
61
-
62
- For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
63
-
64
- If you customize the configuration a lot, you can consider moving them to individual files.
65
-
66
- ## Local Demo with `web-dev-server`
67
-
68
- ```bash
69
- npm start
70
- ```
71
-
72
- To run a local development server that serves the basic demo located in `demo/index.html`
32
+ Full documentation and demo are available at [DLR Component Gallery](https://inxn-p1-uicomponentgallery.azurewebsites.net/?path=/story/inxn-ix-chip--default).
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-chip following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -97,5 +97,5 @@
97
97
  "README.md",
98
98
  "LICENSE"
99
99
  ],
100
- "gitHead": "9e2b4f6c0e99f44ac1cfceb518e69f44c18725ba"
100
+ "gitHead": "f487170ac27de967505c921dabf983d2a122e625"
101
101
  }