We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c19177 commit a8f1b54Copy full SHA for a8f1b54
packages/internet-header/package.json
@@ -12,17 +12,14 @@
12
"bugs": {
13
"url": "https://github.com/swisspost/design-system/issues"
14
},
15
+ "private": true,
16
"main": "loader/index.cjs.js",
17
"module": "loader/index.js",
18
"es2017": "loader/index.es2017.js",
19
"types": "loader/index.d.ts",
20
"collection": "dist/collection/collection-manifest.json",
21
"collection:main": "dist/collection/index.js",
22
"unpkg": "dist/swisspost-internet-header/swisspost-internet-header.esm.js",
- "publishConfig": {
23
- "access": "public",
24
- "tag": "latest-v7"
25
- },
26
"files": [
27
"dist/",
28
"loader/"
0 commit comments