Skip to content

Commit 3d112c5

Browse files
committed
fix: rename harmony to harmonix
1 parent 76f4957 commit 3d112c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "harmony",
2+
"name": "@harmonix-js/core",
33
"version": "0.0.1",
44
"description": "⚡ Next-gen Discord Bot Framework",
5-
"repository": "harmony-ts/harmony",
5+
"repository": "harmonix-js/core",
66
"license": "MIT",
77
"type": "module",
88
"main": "./dist/index.mjs",
@@ -17,7 +17,7 @@
1717
"lint": "prettier --write ."
1818
},
1919
"resolutions": {
20-
"harmony": "link:."
20+
"@harmonix-js/core": "link:."
2121
},
2222
"dependencies": {
2323
"c12": "^1.10.0",

0 commit comments

Comments
 (0)