Skip to content

Commit

Permalink
25.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Feb 11, 2021
1 parent 7f675c4 commit 3f60002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Evan Tahler <evantahler@gmail.com>",
"name": "actionhero",
"description": "The reusable, scalable, and quick node.js API server for stateless and stateful applications",
"version": "25.0.5",
"version": "25.0.6",
"homepage": "http://www.actionherojs.com",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"optionalDependencies": {},
"bin": {
"actionhero": "./dist/bin/actionhero.js"
"actionhero": "dist/bin/actionhero.js"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 3f60002

Please sign in to comment.