Skip to content

Commit ebd5e6d

Browse files
committed
added lib.js to package.json (woops)
also updated package lock
1 parent cd29bff commit ebd5e6d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"bugs": "https://github.com/samualtnorman/hackmud-script-manager/issues",
2222
"license": "GPL-3.0-or-later",
2323
"author": "Samual Norman",
24-
"files": [ "index.d.ts" ],
24+
"files": [
25+
"index.d.ts",
26+
"lib.js"
27+
],
2528
"main": "index.js",
2629
"bin": { "hsm": "bin/hsm.js" },
2730
"repository": {

0 commit comments

Comments
 (0)