diff --git a/packages/babel-plugin-htm/package.json b/packages/babel-plugin-htm/package.json index 166677a..ea88a72 100644 --- a/packages/babel-plugin-htm/package.json +++ b/packages/babel-plugin-htm/package.json @@ -11,7 +11,11 @@ "files": [ "dist" ], - "repository": "developit/htm", + "repository": { + "type": "git", + "url": "https://github.com/developit/htm.git", + "directory": "packages/babel-plugin-htm" + }, "keywords": [ "Hyperscript Tagged Markup", "tagged template", diff --git a/packages/babel-plugin-transform-jsx-to-htm/package.json b/packages/babel-plugin-transform-jsx-to-htm/package.json index 41678b8..ed04d54 100644 --- a/packages/babel-plugin-transform-jsx-to-htm/package.json +++ b/packages/babel-plugin-transform-jsx-to-htm/package.json @@ -11,7 +11,11 @@ "files": [ "dist" ], - "repository": "developit/htm", + "repository": { + "type": "git", + "url": "https://github.com/developit/htm.git", + "directory": "packages/babel-plugin-transform-jsx-to-htm" + }, "keywords": [ "tagged template", "template literals",