mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-04 16:37:23 +00:00
Move player.stdio
This commit is contained in:
parent
1a9bf1ad0d
commit
b9e4269aa4
4 changed files with 6 additions and 5 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"interactive-fiction"
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"bin": "bin/player.stdio.js",
|
||||
"repository": "https://github.com/He4eT/cheap-glkote",
|
||||
"bugs": "https://github.com/He4eT/cheap-glkote/issues",
|
||||
"dependencies": {},
|
||||
|
|
@ -21,7 +22,7 @@
|
|||
"mute-stream": "0.0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"play": "node ./tests/player.stdio.js",
|
||||
"play": "node ./bin/player.stdio.js",
|
||||
"test": "./tests/runtests.sh"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue