Skip to content

Commit

Permalink
Version 0.8.20
Browse files Browse the repository at this point in the history
Added `uncatch` module.
Bumped `pixl-tools` to v1.0.18 (for sub()).
Bumped `pixl-server-web` to v1.1.7 for various bug fixes.
  • Loading branch information
jhuckaby committed Aug 9, 2018
1 parent 4ad111e commit df8076a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "Cronicle",
"version": "0.8.19",
"version": "0.8.20",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand Down Expand Up @@ -39,20 +39,21 @@
"netmask": "1.0.6",
"shell-quote": "1.6.1",
"bcrypt-node": "0.1.0",
"uncatch": "^1.0.0",
"pixl-args": "^1.0.3",
"pixl-cli": "^1.0.8",
"pixl-config": "^1.0.4",
"pixl-webapp": "^1.0.16",
"pixl-class": "^1.0.2",
"pixl-tools": "^1.0.17",
"pixl-tools": "^1.0.18",
"pixl-logger": "^1.0.13",
"pixl-json-stream": "^1.0.4",
"pixl-request": "^1.0.20",
"pixl-mail": "^1.0.8",
"pixl-perf": "^1.0.5",
"pixl-server": "^1.0.13",
"pixl-server-storage": "^2.0.7",
"pixl-server-web": "^1.1.5",
"pixl-server-web": "^1.1.7",
"pixl-server-api": "^1.0.1",
"pixl-server-user": "^1.0.8"
},
Expand Down

0 comments on commit df8076a

Please sign in to comment.