Skip to content

Commit

Permalink
fix: imports matches filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Aug 14, 2024
1 parent 2eebe9f commit ab368c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@opendevtools/telefonnummer",
"version": "2.3.1",
"description": "Phone number formatter for Swedish phone numbers",
"main": "dist/telefonnummer.js",
"module": "dist/telefonnummer.js",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/opendevtools/telefonnummer#readme",
"devDependencies": {
"@biomejs/biome": "1.8.1",
"bun-types": "1.1.15",
"rimraf": "5.0.7",
"typescript": "5.4.5"
"@biomejs/biome": "1.8.3",
"bun-types": "1.1.24",
"rimraf": "6.0.1",
"typescript": "5.5.4"
},
"type": "module"
}
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
"types": [
"bun-types" // add Bun global
]
}
},
"exclude": ["lib/**/*.spec.ts"],
"include": ["lib/**/*"]
}

0 comments on commit ab368c4

Please sign in to comment.