Skip to content

Commit f1be76f

Browse files
authored
Fixed homepage in babel-plugin-htm
Link from npm to the repo was broken
1 parent 58acdb0 commit f1be76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-htm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"author": "Jason Miller <jason@developit.ca>",
2929
"license": "Apache-2.0",
30-
"homepage": "https://github.com/developit/htm/packages/babel-plugin-htm",
30+
"homepage": "https://github.com/developit/htm/tree/master/packages/babel-plugin-htm",
3131
"dependencies": {
3232
"htm": "^1.0.0",
3333
"jsdom": "^11.12.0"

0 commit comments

Comments
 (0)