Skip to content

Commit 1075040

Browse files
committed
chore: another try
1 parent 73ead4f commit 1075040

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/ui-pager-indicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
},
6565
"license": "Apache-2.0",
6666
"readmeFilename": "README.md",
67-
"gitHead": "25f7910e02b4f56f0caa5ceb1ed15ee0d43d3e79"
67+
"gitHead": "73ead4f2a1364ee699311078cb43817e6c6d6389"
6868
}

packages/ui-pager/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"main": "index",
66
"typings": "index.d.ts",
77
"sideEffects": false,
8+
"private": false,
9+
"publishConfig": {
10+
"access": "public",
11+
"registry": "https://registry.npmjs.org/"
12+
},
813
"scripts": {
914
"build": "npm run tsc",
1015
"build.win": "npm run tsc.win && npm run readme",
@@ -64,5 +69,5 @@
6469
},
6570
"license": "Apache-2.0",
6671
"readmeFilename": "README.md",
67-
"gitHead": "25f7910e02b4f56f0caa5ceb1ed15ee0d43d3e79"
68-
}
72+
"gitHead": "73ead4f2a1364ee699311078cb43817e6c6d6389"
73+
}

0 commit comments

Comments
 (0)