Skip to content

Commit 3f33fb9

Browse files
authored
Merge pull request #10 from icopp/patch-1
Fix wrong file path in package.json
2 parents 56885ff + bc54c62 commit 3f33fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-promise",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "react.js component for dealing with promises",
5-
"main": "./dist/react-promise.js",
5+
"main": "./dist/react-promise.cjs.js",
66
"types": "./src/async.d.ts",
77
"module": "./dist/react-promise.es.js",
88
"jspm": {

0 commit comments

Comments
 (0)