Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "muddy", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "A Node.js Multi-User Dungeon (MUD) Framework", | ||
@@ -31,3 +31,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"docket-parser": "^0.7.1" | ||
"docket-parser": "^0.7.1", | ||
"eslint": "^5.15.3" | ||
}, | ||
@@ -34,0 +35,0 @@ "jshintConfig": { |
@@ -1,2 +0,2 @@ | ||
# Muddy v0.10.1 [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy) | ||
# Muddy v0.10.2 [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy) | ||
@@ -43,11 +43,11 @@ A Node.js Multi-User Dungeon (MUD) Framework | ||
`npm start` | ||
7. `npm start` | ||
Login: | ||
`telnet localhost 9000` | ||
8. `telnet localhost 9000` | ||
For the web builder, browse to: | ||
`http://localhost:7001/` | ||
9. `http://localhost:7001/` | ||
@@ -54,0 +54,0 @@ ## Currently Implemented Commands: |
214592
2