diff --git a/deno.json b/deno.json index 04c8d3c..18e701c 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,13 @@ { "name": "@tyler/enum", "description": "Replacement for typescript enums", - "version": "0.2.2", + "version": "0.2.3", + "repository": { + "type": "git", + "url": "git+https://github.com/tylersayshi/enum.git" + }, + "keywords": ["enum", "typescript"], + "author": "tyler", "license": "MIT", "exports": "./index.ts", "tasks": {},