Skip to content

Commit

Permalink
Fixed entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Antoci committed Jan 8, 2022
1 parent 0212be3 commit 7b16002
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": "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",
Expand Down

0 comments on commit 7b16002

Please sign in to comment.