We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7881fd commit a1dc682Copy full SHA for a1dc682
packages/internet-header/package.json
@@ -12,16 +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
- },
25
"files": [
26
"dist/",
27
"loader/"
0 commit comments