Skip to content

Commit

Permalink
merge w/ main
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jan 22, 2024
1 parent 1137744 commit 169fb8c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@mattpolzin/harmony",
"version": "4.0.1",
"engines" : {
"node" : ">=18.0.0"
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -17,10 +17,12 @@
"homepage": "https://github.com/mattpolzin/harmony#readme",
"repository": {
"type": "git",
"url": "https://github.com/mattpolzin/harmony.git"
"url": "git+https://github.com/mattpolzin/harmony.git"
},
"main": "harmony",
"bin": "./harmony",
"bin": {
"harmony": "harmony"
},
"scripts": {},
"author": "Mathew Polzin",
"license": "MIT",
Expand Down

0 comments on commit 169fb8c

Please sign in to comment.