Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Jul 17, 2021
1 parent ebd5e6d commit 421dec8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackmud-script-manager",
"version": "0.9.1",
"version": "0.9.2",
"description": "Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.",
"keywords": [
"api",
Expand All @@ -26,7 +26,9 @@
"lib.js"
],
"main": "index.js",
"bin": { "hsm": "bin/hsm.js" },
"bin": {
"hsm": "bin/hsm.js"
},
"repository": {
"type": "git",
"url": "https://github.com/samualtnorman/hackmud-script-manager.git"
Expand All @@ -48,6 +50,8 @@
"@types/semver": "7.x",
"semver": "7.x"
},
"engines" : { "node" : ">=12" },
"engines": {
"node": ">=12"
},
"types": "index.d.ts"
}

0 comments on commit 421dec8

Please sign in to comment.