We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54592cc commit 55223c3Copy full SHA for 55223c3
1 file changed
packages/babel-plugin-transform-jsx-to-htm/package.json
@@ -11,7 +11,11 @@
11
"files": [
12
"dist"
13
],
14
- "repository": "developit/htm",
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/developit/htm.git",
17
+ "directory": "packages/babel-plugin-transform-jsx-to-htm"
18
+ },
19
"keywords": [
20
"tagged template",
21
"template literals",
0 commit comments