Skip to content

Commit

Permalink
fix: run release error and package inconstancies
Browse files Browse the repository at this point in the history
  • Loading branch information
okdargy committed Jul 7, 2023
1 parent 6f3b88a commit 9dad7e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# brk-parser
# dotbrk
Parse and export data from the .BRK file extension
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "brk-parser",
"name": "dotbrk",
"license": "MIT",
"version": "0.0.1",
"main": "dist/index.js",
Expand All @@ -9,11 +9,12 @@
"run": "node dist/index.js",
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts && node dist/index.js",
"release": "pnpm run build && changeset publish",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/dragonismcode/brk-parser.git"
"url": "https://github.com/dragonismcode/dotbrk.git"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand All @@ -22,7 +23,7 @@
"typescript": "^5.1.6"
},
"bugs": {
"url": "https://github.com/dragonismcode/brk-parser/issues"
"url": "https://github.com/dragonismcode/dotbrk/issues"
},
"homepage": "https://github.com/dragonismcode/brk-parser#readme"
"homepage": "https://github.com/dragonismcode/dotbrk#readme"
}

0 comments on commit 9dad7e0

Please sign in to comment.