Skip to content

Commit

Permalink
Merge pull request #159 from AnsGoo/chenghaiwen
Browse files Browse the repository at this point in the history
Chenghaiwen
  • Loading branch information
AnsGoo authored Dec 2, 2024
2 parents 3645487 + 9c321d8 commit d59d539
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"private": true,
"author": "",
"license": "ISC",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"publish":"npm publish --access public"
"publish":"npm publish --access public --registry=https://registry.npmjs.org"
},
"author": "ansgoo",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"publish":"npm publish --access public"
"publish":"npm publish --access public --registry=https://registry.npmjs.org"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
2 changes: 1 addition & 1 deletion packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"publish":"npm publish --access public"
"publish":"npm publish --access public --registry=https://registry.npmjs.org"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"publish":"npm publish --access public"
"publish":"npm publish --access public --registry=https://registry.npmjs.org"
},
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build:lib": "vite build",
"publish":"npm publish --access public"
"publish":"npm publish --access public --registry=https://registry.npmjs.org"
},
"license": "Apache-2.0",
"author": "ansgoo",
Expand Down
1 change: 1 addition & 0 deletions resource/Basic/Image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "图片组件",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderBox1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框1",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderBox2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框2",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderBox3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框3",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderBox4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框4",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderBox5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框5",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderBox6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框6",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/BorderImage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "带边框的图片",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Border/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "border-box",
"version": "1.0.0",
"description": "边框",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resource/Decoration/Decoration1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "1#装饰",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Decoration/Decoration2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "2#装饰",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Progress/Progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "进度条组件",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resource/Progress/RankBoard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "排名板",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resource/Text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "文本组件",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resource/echarts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "echarts组件",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resources/Basic/BorderBox1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框1",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resources/Basic/Image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "图片组件",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resources/Chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "echarts组件",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resources/Gauge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "1#仪表盘",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down

0 comments on commit d59d539

Please sign in to comment.