Skip to content

Commit

Permalink
Merge pull request iDerekLi#74 from iDerekLi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
iDerekLi authored Aug 10, 2022
2 parents 0e3a32a + 1748444 commit 604b000
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry = "https://registry.npmjs.com/"
registry = https://registry.npmjs.com/
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
"version": "1.6.1"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juejin-helper-monorepo",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"author": "Derek Li",
"workspaces": [
Expand All @@ -11,7 +11,7 @@
"build": "cross-env NODE_ENV=production rollup -c",
"clean": "rimraf \"packages/*/{build,types}\"",
"release:version": "lerna version --exact --force-publish",
"release:build": "yarn clean && yarn build",
"release:build": "npm run clean && npm run build",
"release:publish": "lerna publish from-package --no-private"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/juejin-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juejin-helper",
"version": "1.6.1-alpha.0",
"version": "1.6.1",
"description": "稀土掘金助手:签到、抽奖、沾喜气、海底淘金、BugFix、自动化工作流。",
"author": "Derek Li",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,5 +44,5 @@
"bugs": {
"url": "https://github.com/iDerekLi/juejin-helper/issues"
},
"gitHead": "c7c32f104a8946fc496912ba5987b85db447e7c2"
"gitHead": "b0dce421194cb1d81d1ee113db710dec00172316"
}
4 changes: 2 additions & 2 deletions workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflows",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"description": "稀土掘金助手:签到、抽奖、沾喜气、消除Bug、海底掘金游戏、自动化工作流。",
"author": "Derek Li",
Expand All @@ -9,7 +9,7 @@
"seagold": "node seagold.js"
},
"dependencies": {
"juejin-helper": "1.6.0",
"juejin-helper": "^1.6.1",
"axios": "^0.27.2",
"fast-astar": "^1.0.6",
"nodemailer": "^6.7.0"
Expand Down

0 comments on commit 604b000

Please sign in to comment.