npm doesn't allow 'hack' in package names

This commit is contained in:
Adam Powers
2020-09-02 07:42:29 -07:00
parent a8373f2224
commit 045a5879f1

View File

@@ -1,5 +1,5 @@
{
"name": "@neth_ck/nethack",
"name": "@neth_ck/neth_ck",
"version": "1.0.0",
"description": "The original NetHack rogue-like game built as a WebAssembly module",
"main": "src/nethackShim.js",