Skip to content

Commit

Permalink
Merge pull request #10 from icopp/patch-1
Browse files Browse the repository at this point in the history
Fix wrong file path in package.json
  • Loading branch information
capaj authored Aug 22, 2017
2 parents 56885ff + bc54c62 commit 3f33fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-promise",
"version": "1.2.0",
"version": "1.2.1",
"description": "react.js component for dealing with promises",
"main": "./dist/react-promise.js",
"main": "./dist/react-promise.cjs.js",
"types": "./src/async.d.ts",
"module": "./dist/react-promise.es.js",
"jspm": {
Expand Down

0 comments on commit 3f33fb9

Please sign in to comment.