Skip to content

Commit 82d1545

Browse files
authored
Merge pull request #70 from styfle/patch-1
Add repository directory
2 parents f0205a7 + a9ed4d7 commit 82d1545

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/babel-plugin-htm/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"files": [
1212
"dist"
1313
],
14-
"repository": "developit/htm",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/developit/htm.git",
17+
"directory": "packages/babel-plugin-htm"
18+
},
1519
"keywords": [
1620
"Hyperscript Tagged Markup",
1721
"tagged template",

packages/babel-plugin-transform-jsx-to-htm/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"files": [
1212
"dist"
1313
],
14-
"repository": "developit/htm",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/developit/htm.git",
17+
"directory": "packages/babel-plugin-transform-jsx-to-htm"
18+
},
1519
"keywords": [
1620
"tagged template",
1721
"template literals",

0 commit comments

Comments
 (0)