Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
fix(cjs): missing named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 30, 2021
1 parent 8e7f26e commit 257bf09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@
"@types/chalk": "2.2.0",
"chalk": "4.1.2",
"figures": "3.2.0",
"lodash.merge": "4.6.2",
"tslib": "2.3.1"
"lodash.merge": "4.6.2"
},
"devDependencies": {
"@babel/core": "7.15.8",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.prod.cjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"downlevelIteration": true,
"importHelpers": true,
"importHelpers": false,
"module": "commonjs",
"outDir": "./cjs",
"target": "es5"
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ __metadata:
tsc-prog: 2.2.1
tsconfig: 7.0.0
tsconfig-paths: 3.11.0
tslib: 2.3.1
typescript: 4.5.0-beta
yargs: 17.2.1
peerDependencies:
Expand Down

0 comments on commit 257bf09

Please sign in to comment.