@digital-realty/ix-tabs 0.0.2 → 0.0.3

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