Skip to content

Commit 8561e77

Browse files
committed
add homepage to package.json
1 parent 9b49faf commit 8561e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Andre Staltz <[email protected]>",
66
"license": "MIT",
77
"bugs": "https://github.com/cyclejs/react/issues",
8+
"homepage": "https://github.com/cyclejs/react",
89
"repository": "https://github.com/cyclejs/react/tree/master",
910
"keywords": [
1011
"react",
@@ -47,4 +48,4 @@
4748
"compile-es6": "echo 'TODO' : tsc --module es6 --outDir ./lib/es6",
4849
"test": "$(npm bin)/mocha test/*.ts --require ts-node/register --recursive"
4950
}
50-
}
51+
}

0 commit comments

Comments
 (0)