Skip to content

Commit

Permalink
KEY-172 Add missing metadata (#14)
Browse files Browse the repository at this point in the history
* Add missing docs Url to metadata.

* Bump version to 3.1.2.
  • Loading branch information
shawnmclean authored Jul 18, 2018
1 parent f42209f commit af80e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-extension-realtime-logs",
"version": "1.3.1",
"version": "1.3.2",
"description": "Access real-time webtask logs",
"scripts": {
"deploy": "wt create ./build/bundle.js --name logs --no-parse --no-merge"
Expand Down
4 changes: 3 additions & 1 deletion webtask.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"title": "Real-time Webtask Logs",
"name": "auth0-extension-realtime-logs",
"version": "1.3.1",
"version": "1.3.2",
"preVersion": "1.3.2",
"author": "Auth0, Inc",
"description": "Access real-time webtask logs",
"type": "application",
"repository": "https://github.com/auth0/auth0-extension-realtime-logs",
"docsUrl": "https://auth0.com/docs/extensions/realtime-webtask-logs",
"keywords": [
"auth0",
"extension",
Expand Down

0 comments on commit af80e78

Please sign in to comment.