Skip to content

Commit

Permalink
fix: route for the module main and types
Browse files Browse the repository at this point in the history
  • Loading branch information
davguij committed Dec 20, 2017
1 parent 0c914bd commit 8528c9b
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
Expand Up @@ -2,8 +2,8 @@
"name": "rxios",
"version": "0.0.0-development",
"description": "Reactive wrapper for axios",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"main": "./index.js",
"types": "./index.d.js",
"scripts": {
"test": "jest",
"build":
Expand Down

0 comments on commit 8528c9b

Please sign in to comment.