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 0a3485f commit c5989a8Copy full SHA for c5989a8
.gitignore
@@ -1 +1,2 @@
1
+lib/
2
node_modules/
package.json
@@ -1,6 +1,6 @@
{
"name": "react-async",
3
- "version": "3.0.0",
+ "version": "2.9.9",
4
"description": "React component for declarative promise resolution and data fetching",
5
"keywords": [
6
"react",
@@ -10,9 +10,9 @@
10
],
11
"author": "Gert Hengeveld <info@ghengeveld.nl>",
12
"license": "ISC",
13
- "main": "index.js",
+ "main": "lib/index.js",
14
"scripts": {
15
- "build": "babel src -d dist",
+ "build": "babel src -d lib",
16
"test": "jest"
17
},
18
"dependencies": {},
0 commit comments