Skip to content

Commit 3aa98b4

Browse files
committed
chore: npm trusted publishing
1 parent 77b929a commit 3aa98b4

File tree

7 files changed

+43
-0
lines changed

7 files changed

+43
-0
lines changed

.changeset/wide-rocks-talk.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@xstools-dev/typescript-config': minor
3+
'@xstools-dev/prettier-config': minor
4+
'@xstools-dev/tools-script': minor
5+
'@xstools-dev/mrm-preset': minor
6+
'@xstools-dev/tools-mono': minor
7+
'@xstools-dev/mix': minor
8+
'@xstools-dev/eslint-config': minor
9+
---
10+
11+
npm trusted publishing

packages/mix/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@xstools-dev/mix",
33
"version": "0.17.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bingtsingw/xstools-dev.git",
7+
"directory": "packages/mix"
8+
},
49
"dependencies": {
510
"@xstools-dev/eslint-config": "workspace:^",
611
"@xstools-dev/prettier-config": "workspace:^",

packages/mrm-preset/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@xstools-dev/mrm-preset",
33
"version": "0.1.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bingtsingw/xstools-dev.git",
7+
"directory": "packages/mrm-preset"
8+
},
49
"license": "MIT",
510
"main": "./dist/index.js",
611
"types": "./dist/index.d.ts",

packages/prettier-config/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@xstools-dev/prettier-config",
33
"version": "0.14.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bingtsingw/xstools-dev.git",
7+
"directory": "packages/prettier-config"
8+
},
49
"license": "MIT",
510
"exports": {
611
"./base": {

packages/tools-mono/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@xstools-dev/tools-mono",
33
"version": "0.17.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bingtsingw/xstools-dev.git",
7+
"directory": "packages/tools-mono"
8+
},
9+
"license": "MIT",
410
"type": "module",
511
"bin": {
612
"changeset": "./bin/changeset.js",

packages/tools-script/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@xstools-dev/tools-script",
33
"version": "0.20.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bingtsingw/xstools-dev.git",
7+
"directory": "packages/tools-script"
8+
},
49
"license": "MIT",
510
"type": "module",
611
"main": "./dist/index.js",

packages/typescript-config/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@xstools-dev/typescript-config",
33
"version": "0.2.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/bingtsingw/xstools-dev.git",
7+
"directory": "packages/typescript-config"
8+
},
9+
"license": "MIT",
410
"publishConfig": {
511
"access": "public",
612
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)