@dpa-id-components/dpa-shared-components 16.0.0 → 16.0.1
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 +2 -2
- package/dist/dpa-shared-components.js +302 -309
- package/dist/renovate.json +17 -0
- package/package.json +16 -14
- package/dist/fonts.css +0 -26
package/README.md
CHANGED
|
@@ -127,7 +127,7 @@ a `jsdom` environment.
|
|
|
127
127
|
To run the tests run
|
|
128
128
|
|
|
129
129
|
```shell
|
|
130
|
-
npm run test
|
|
130
|
+
npm run test:unit:watch
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
The tests automatically are run as a watch task.
|
|
@@ -141,7 +141,7 @@ storybook can't handle the vue plugin.
|
|
|
141
141
|
To start storybook locally run
|
|
142
142
|
|
|
143
143
|
```shell
|
|
144
|
-
npm run
|
|
144
|
+
npm run dev
|
|
145
145
|
```
|
|
146
146
|
|
|
147
147
|
A deployed version of the storybook can be found [here](https://dpa-gmbh.github.io/dpa-shared-components/).
|