Skip to content

Commit

Permalink
remove exports field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 17, 2022
1 parent 6619768 commit c3faed5
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions package.json
Expand Up @@ -6,39 +6,6 @@
"module": "./es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es6/index.js",
"types": "./lib/index.d.ts"
},
"./HKT": {
"require": "./lib/HKT.js",
"import": "./es6/HKT.js",
"types": "./HKT.d.ts"
},
"./es6/HKT": {
"import": "./es6/HKT.js",
"types": "./HKT.d.ts"
},
"./es6/*": {
"import": "./es6/*.js",
"types": "./lib/*.d.ts"
},
"./lib/HKT": {
"require": "./lib/HKT.js",
"types": "./HKT.d.ts"
},
"./lib/*": {
"require": "./lib/*.js",
"types": "./lib/*.d.ts"
},
"./*": {
"require": "./lib/*.js",
"import": "./es6/*.js",
"types": "./lib/*.d.ts"
}
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" \"scripts/**/*.ts\"",
"prettier": "prettier --list-different \"./{src,test,examples,scripts}/**/*.ts\"",
Expand Down

0 comments on commit c3faed5

Please sign in to comment.