diff --git a/package.json b/package.json index 78df2d8..158a9d9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.2.0", "description": "Transform TypeScript `const` enums", "repository": "https://github.com/dosentmatter/babel-plugin-const-enum", + "homepage": "https://github.com/dosentmatter/babel-plugin-const-enum#readme", + "bugs": { + "url": "https://github.com/dosentmatter/babel-plugin-const-enum/issues" + }, "author": "Kevin Lau", "license": "MIT", "main": "lib/index.js",