Skip to content

Commit a1dc682

Browse files
chore(internet-header): make package private on release/v6 branch
1 parent c7881fd commit a1dc682

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/internet-header/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@
1212
"bugs": {
1313
"url": "https://github.com/swisspost/design-system/issues"
1414
},
15+
"private": true,
1516
"main": "loader/index.cjs.js",
1617
"module": "loader/index.js",
1718
"es2017": "loader/index.es2017.js",
1819
"types": "loader/index.d.ts",
1920
"collection": "dist/collection/collection-manifest.json",
2021
"collection:main": "dist/collection/index.js",
2122
"unpkg": "dist/swisspost-internet-header/swisspost-internet-header.esm.js",
22-
"publishConfig": {
23-
"access": "public"
24-
},
2523
"files": [
2624
"dist/",
2725
"loader/"

0 commit comments

Comments
 (0)