Skip to content

Commit 183d7ed

Browse files
committed
Pushed 2025-12-10 09:35:23
1 parent c7c6869 commit 183d7ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"type": "module",
44
"version": "1.1.0",
55
"description": "A modern Discord app built with Node.js, based on the eliware/discord foundation.",
6-
"main": "skeleton.mjs",
6+
"main": "discopy.mjs",
77
"scripts": {
8-
"start": "node skeleton.mjs",
8+
"start": "node discopy.mjs",
99
"test": "npx --node-options=\"--experimental-vm-modules --no-warnings\" jest --detectOpenHandles --silent"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/eliware/skeleton.git"
13+
"url": "git+https://github.com/eliware/discopy.git"
1414
},
1515
"keywords": [
16-
"skeleton",
16+
"discopy",
1717
"nodejs"
1818
],
1919
"author": "Eli Sterling, eliware.org <[email protected]>",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/eliware/skeleton/issues"
22+
"url": "https://github.com/eliware/discopy/issues"
2323
},
24-
"homepage": "https://github.com/eliware/skeleton#readme",
24+
"homepage": "https://github.com/eliware/discopy#readme",
2525
"devDependencies": {
2626
"jest": "^30.2.0"
2727
},

0 commit comments

Comments
 (0)