Skip to content

Commit

Permalink
update packages and export files from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Dec 17, 2024
1 parent ecd5e05 commit cc61ccf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 15 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@curiousleaf/utils",
"description": "A lightweight set of utilities",
"version": "1.0.38",
"version": "1.0.39",
"license": "MIT",
"author": {
"name": "Piotr Kulpinski",
Expand All @@ -12,24 +12,30 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsup",
"lint": "bun biome lint --apply .",
"format": "bun biome format --write ."
},
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",
"@uiw/color-convert": "^2.0.9",
"@uiw/color-convert": "^2.3.4",
"scule": "^1.3.0"
},
"devDependencies": {
"@babel/runtime": "^7.23.8",
"@biomejs/biome": "^1.7.1",
"@types/bun": "^1.1.2",
"prettier": "^3.1.1",
"tsup": "^8.3.0",
"typescript": "^5.3.3"
"@babel/runtime": "^7.26.0",
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.14",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@sindresorhus/slugify": "^2.2.1",
Expand Down

0 comments on commit cc61ccf

Please sign in to comment.