Skip to content

Commit

Permalink
Needs to set this, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
djensenius committed Mar 29, 2024
1 parent 859b93b commit 270bb3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bluelinky",
"version": "8.3.0",
"description": "An unofficial nodejs API wrapper for Hyundai bluelink",
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
{
format: 'cjs',
name: 'index',
file: 'dist/index.js',
file: 'dist/index.cjs',
exports: 'named',
banner: '/* @preserve bluelinky / MIT License / https://github.com/Hacksore/bluelinky */',
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"declarationDir": "dist",
"declarationDir": "dist-types",
"outDir": "dist",
"lib": [ "es2015" ],
"typeRoots": [
Expand Down

0 comments on commit 270bb3d

Please sign in to comment.