diff --git a/package.json b/package.json index 9e7337e..fc034b4 100644 --- a/package.json +++ b/package.json @@ -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":