We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b49faf commit 8561e77Copy full SHA for 8561e77
package.json
@@ -5,6 +5,7 @@
5
"author": "Andre Staltz <[email protected]>",
6
"license": "MIT",
7
"bugs": "https://github.com/cyclejs/react/issues",
8
+ "homepage": "https://github.com/cyclejs/react",
9
"repository": "https://github.com/cyclejs/react/tree/master",
10
"keywords": [
11
"react",
@@ -47,4 +48,4 @@
47
48
"compile-es6": "echo 'TODO' : tsc --module es6 --outDir ./lib/es6",
49
"test": "$(npm bin)/mocha test/*.ts --require ts-node/register --recursive"
50
}
-}
51
+}
0 commit comments