@felleslosninger/minid-elements 0.0.88 → 0.0.91

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "@felleslosninger/minid-elements",
3
- "version": "0.0.88",
3
+ "version": "0.0.91",
4
+ "description": "MinID Web Components",
5
+ "author": "Digitaliseringsdirektoratet",
6
+ "license": "MIT",
7
+ "bugs": {
8
+ "url": "https://github.com/felleslosninger/minid-web-components/issues"
9
+ },
10
+ "homepage": "https://github.com/felleslosninger/minid-web-components#readme",
4
11
  "type": "module",
5
12
  "module": "./dist/index.js",
6
13
  "main": "./dist/index.js",
@@ -178,12 +185,5 @@
178
185
  "vite-plugin-dts": "^4.2.3",
179
186
  "vite-plugin-externalize-deps": "^0.8.0",
180
187
  "vite-plugin-web-components-hmr": "^0.1.3"
181
- },
182
- "description": "MinID Web Components",
183
- "author": "Digitaliseringsdirektoratet",
184
- "license": "MIT",
185
- "bugs": {
186
- "url": "https://github.com/felleslosninger/minid-web-components/issues"
187
- },
188
- "homepage": "https://github.com/felleslosninger/minid-web-components#readme"
188
+ }
189
189
  }