Skip to content

Commit c5989a8

Browse files
committed
Prepare for publish.
1 parent 0a3485f commit c5989a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
lib/
12
node_modules/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async",
3-
"version": "3.0.0",
3+
"version": "2.9.9",
44
"description": "React component for declarative promise resolution and data fetching",
55
"keywords": [
66
"react",
@@ -10,9 +10,9 @@
1010
],
1111
"author": "Gert Hengeveld <info@ghengeveld.nl>",
1212
"license": "ISC",
13-
"main": "index.js",
13+
"main": "lib/index.js",
1414
"scripts": {
15-
"build": "babel src -d dist",
15+
"build": "babel src -d lib",
1616
"test": "jest"
1717
},
1818
"dependencies": {},

0 commit comments

Comments
 (0)