Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Mar 22, 2021
1 parent e9a280d commit bbb133f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agendash",
"version": "2.1.0",
"version": "2.1.1",
"description": "A modern dashboard for Agenda.js with Pagination and Search capabilities",
"main": "app.js",
"bin": "bin/agendash-standalone.js",
Expand All @@ -27,7 +27,15 @@
},
"homepage": "https://github.com/agenda/agendash#readme",
"license": "MIT",
"files": ["bin", "lib", "public", "app.js", "*.png", "Dockerfile", "entrypoint.sh"],
"files": [
"bin",
"lib",
"public",
"app.js",
"*.png",
"Dockerfile",
"entrypoint.sh"
],
"dependencies": {
"agenda": "^3.1.0 || ^4.0.0",
"body-parser": "^1.15.0",
Expand Down

0 comments on commit bbb133f

Please sign in to comment.