diff --git a/package.json b/package.json index ec5599c..fd3c86f 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "fat-arrow-ts", "version": "0.12.0", "description": "Fat Arrow is a library for Typed Functional Programming in TypeScript compatible with Node.js and all major browsers.", - "main": "index.js", - "types": "index.d.ts", + "main": "src/index.js", + "types": "src/index.d.ts", "scripts": { "test": "jest", "version": "rm -rf dist && tsc --project tsconfig.production.json && cp package.json dist && cp license dist && cp README.md dist",