Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Dec 4, 2024
1 parent 013f333 commit 73036b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Elegant, performant and productive router for Openresty.

# Quick Start

It's recommended to use npm to scaffold a lua-resty-router project.

```bash
npm create lua-resty-router@latest
```
Expand Down
5 changes: 3 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ is_original = yes
license = mit
repo_link = https://github.com/xiangnanscu/lua-resty-router
main_module = lib/resty/router.lua
version = 2.6
version = 2.7
lib_dir = lib
doc_dir = .
doc_dir = .
exclude_files = lib/resty/repr.lua
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"template"
],
"scripts": {
"rc:opm": "opm upload --ignore node_modules/ && opm clean dist",
"upload": "opm upload --ignore node_modules/ && opm clean dist",
"prerc": "npm --no-git-tag-version version minor",
"rc": "yarn push",
"commit": "git add . && git commit -am ",
Expand Down Expand Up @@ -56,4 +56,4 @@
"prompts": "^2.4.2",
"zx": "^7.2.3"
}
}
}

0 comments on commit 73036b2

Please sign in to comment.