Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanclevenger committed Sep 27, 2022
1 parent 61bf5c5 commit 8df4641
Show file tree
Hide file tree
Showing 4 changed files with 1,073 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
}
}
]
}
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ Context Enrichment API
"hash": "",
"origin": "https://ctx.do",
"query": {},
"pathSegments": [
"api"
],
"pathSegments": ["api"],
"ts": 1663155690538,
"time": "2022-09-14T11:41:30.538Z",
"url": "https://ctx.do/api",
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "ctx.do",
"module": "worker.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Context Enrichment API",
"homepage": "https://ctx.do",
"author": {
"name": "Drivly",
"email": "[email protected]"
},
"repository": "[email protected]:drivly/ctx.do.git",
"sponsor": {
"url": "https://driv.ly"
},
"license": "MIT",
"scripts": {
"dev": "wrangler dev worker.js",
Expand Down
Loading

0 comments on commit 8df4641

Please sign in to comment.