Skip to content

Commit

Permalink
fix: main and module entry in package
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh404 committed Dec 3, 2020
1 parent bdec26b commit 7de5e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "fp-kudojs",
"version": "0.0.0-development",
"description": "A utility library to write code in functional programming style in Javascript",
"main": "index.js",
"main": "kudo.cjs.js",
"module": "kudo.es.js",
"types": "index.d.ts",
"scripts": {
"test": "cross-env npm run build:clean && NODE_ENV=test TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\", \"noImplicitAny\": false}' nyc tape src/*.test.ts src/**/**/*.test.ts | tap-spec",
Expand Down

0 comments on commit 7de5e13

Please sign in to comment.