Skip to content

Commit e4fede9

Browse files
committed
chore: private package use file path dependencies
1 parent a780303 commit e4fede9

File tree

3 files changed

+244
-25
lines changed

3 files changed

+244
-25
lines changed

packages/taro-ui-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@tarojs/taro": "3.0.0-beta.4",
4949
"react": "^16.10.0",
5050
"react-dom": "^16.10.0",
51-
"taro-ui": "^3.0.0-alpha.1"
51+
"taro-ui": "file:../taro-ui"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "^7.8.0",

packages/taro-ui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-dom": "^16.13.1",
3434
"react-router-dom": "^5.1.2",
3535
"regenerator-runtime": "^0.13.5",
36-
"taro-ui-demo": "*"
36+
"taro-ui-demo": "file:../taro-ui-demo"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.9.0",

0 commit comments

Comments
 (0)