Skip to content

Commit

Permalink
chore: update package meta
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 15, 2024
1 parent 6ea7225 commit 1028b61
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "memdisk",
"version": "0.0.1-beta.1",
"description": "",
"homepage": "https://github.com/SukkaW/memdisk",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/memdisk.git"
},
"main": "./dist/index.cjs",
"bin": "./dist/cli.js",
"files": [
Expand All @@ -17,11 +22,11 @@
},
"scripts": {
"lint": "eslint --format=sukka .",
"build": "bunchee -m --format umd",
"build": "bunchee -m",
"release": "bumpp -r --all --commit \"release: %s\" --tag \"%s\""
},
"keywords": [],
"author": "",
"author": "SukkaW <https://skk.moe>",
"license": "MIT",
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
Expand Down

0 comments on commit 1028b61

Please sign in to comment.