Skip to content

Commit a8f1b54

Browse files
chore(internet-header): make package private on release/v7 branch
1 parent 6c19177 commit a8f1b54

File tree

2 files changed

+30
-102
lines changed

2 files changed

+30
-102
lines changed

packages/internet-header/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +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-
"tag": "latest-v7"
25-
},
2623
"files": [
2724
"dist/",
2825
"loader/"

0 commit comments

Comments
 (0)