We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d9ff7 commit ff46f0dCopy full SHA for ff46f0d
package.json
@@ -10,6 +10,14 @@
10
],
11
"author": "Gert Hengeveld <info@ghengeveld.nl>",
12
"license": "ISC",
13
+ "homepage": "https://github.com/ghengeveld/react-async",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/ghengeveld/react-async.git"
17
+ },
18
+ "publishConfig": {
19
+ "registry": "https://registry.npmjs.org/"
20
21
"main": "lib/index.js",
22
"scripts": {
23
"build": "babel src -d lib",
0 commit comments