Skip to content

Commit

Permalink
chore: repo and url to package.json
Browse files Browse the repository at this point in the history
Changelog: chore
  • Loading branch information
mrspartak committed Jun 21, 2024
1 parent f1b9879 commit 4409055
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .better-commits.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"required": false
},
"commit_footer": {
"enable": true,
"enable": false,
"initial_value": [],
"options": ["closes", "trailer", "breaking-change", "deprecated", "custom"]
},
"breaking_change": {
"add_exclamation_to_title": false
},
"confirm_with_editor": false,
"confirm_commit": true,
"confirm_commit": false,
"print_commit_output": true,
"branch_pre_commands": [],
"branch_post_commands": [],
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@mrspartak/promises",
"version": "0.1.1",
"description": "Promise utils",
"description": "Promise utilities",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"author": "Spartak Kagramanyan",
"license": "MIT",
"repository": "https://github.com/mrspartak/promises",
"homepage": "https://mrspartak.github.io/promises",
"scripts": {
"build": "tsup",
"test": "pnpm test:src:run && pnpm test:dist",
Expand Down Expand Up @@ -58,5 +60,8 @@
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
}
}

0 comments on commit 4409055

Please sign in to comment.