Skip to content

Commit

Permalink
Fix jwt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed May 10, 2023
1 parent cab6a1b commit e64ba9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 0 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const jestConfig: JestConfigWithTsJest = {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
transform: {
// '^.+\\.[tj]sx?$' to process js/ts with `ts-jest`
// '^.+\\.m?[tj]sx?$' to process js/ts/mjs/mts with `ts-jest`
'^.+\\.tsx?$': [
'ts-jest',
{
Expand Down
20 changes: 6 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linky",
"description": "Easily retrieve your Linky power consumption",
"version": "2.0.0",
"version": "2.0.1",
"author": "bokub",
"license": "GPL-3.0-or-later",
"exports": "./dist/lib/index.js",
Expand Down Expand Up @@ -32,6 +32,7 @@
"chalk": "^5.2.0",
"conf": "^11.0.1",
"dayjs": "^1.11.7",
"jsonwebtoken": "^9.0.0",
"meow": "^12.0.0",
"mkdirp": "^3.0.1",
"ora": "^6.3.0",
Expand All @@ -54,7 +55,6 @@
"execa": "^5.1.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jsonwebtoken": "^9.0.0",
"lint-staged": "^13.2.2",
"nock": "^13.3.1",
"pkg": "^5.8.1",
Expand Down

0 comments on commit e64ba9b

Please sign in to comment.