Skip to content

Commit

Permalink
chore: upd publish peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Jan 17, 2023
1 parent 5c55e72 commit 6aad00e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions publish/nutui-taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
"publish:beta": "npm publish --tag=beta",
"publish:latest": "npm publish"
},
"standard-version": {
"scripts": {
"postchangelog": "node ./jd/updateChangelog.js"
}
"peerDependencies":{
"@nutui/icons-vue-taro": "^0.0.9"
},
"dependencies": {
"@nutui/icons-vue-taro": "^0.0.9",
"sass": "^1.50.0"
},
"devDependencies": {},
Expand Down
4 changes: 3 additions & 1 deletion publish/nutui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
"publish:beta": "npm publish --tag=beta",
"publish:latest": "npm publish"
},
"peerDependencies":{
"@nutui/icons-vue": "^0.0.25"
},
"dependencies": {
"@nutui/icons-vue": "^0.0.24",
"sass": "^1.50.0"
},
"devDependencies": {},
Expand Down

0 comments on commit 6aad00e

Please sign in to comment.