Skip to content

Commit

Permalink
docs: make it more independent (#11)
Browse files Browse the repository at this point in the history
* docs: make intro clear

* docs: update readme

* format: the ci process

* build: grammar error

* docs: make the intro more clear

* build: publish when merge cur-publish

* feat: add new version no

* build: make ci better

* build:test

* build:test

* build: test action_ref

* build: publish test

* build: publish test

* build: publish test

* build: test

* build: test

* build: test

* build: test

* build: test

* build: test

* build test

* build:test

* build:test

* build:test

* build: test

* build: complete the publish package automatically

* docs: change document

* perf:update the publish info
  • Loading branch information
oneWalker authored Nov 7, 2024
1 parent 5622385 commit 1711dad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
[npm-url]: https://www.npmjs.com/package/@onewalker/egg-mongoose
[codecov-image]: https://img.shields.io/codecov/c/github/oneWalker/egg-mongoose.svg?style=flat-square
[codecov-url]: https://app.codecov.io/github/oneWalker/egg-mongoose?branch=cur-publish-dev
[snyk-image]: https://snyk.io/test/npm/egg-mongoose/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-mongoose
[snyk-image]: https://snyk.io/test/npm/@onewalker/egg-mongoose/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/@onewalker/egg-mongoose
[download-image]: https://img.shields.io/npm/dm/@onewalker/egg-mongoose.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/@onewalker/egg-mongoose

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onewalker/egg-mongoose",
"version": "4.1.4",
"version": "4.1.5",
"description": "egg mongoose plugin advanced by @oneWalker",
"eggPlugin": {
"name": "mongoose"
Expand Down Expand Up @@ -48,9 +48,9 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-mongoose.git"
"url": "git+https://github.com/onewalker/egg-mongoose.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
"url": "https://github.com/onewalker/egg/issues"
}
}

0 comments on commit 1711dad

Please sign in to comment.