Browse Source

Update ascii-chart to get patch for '.' character

'.' character wasn't displaying in Chrome on Android.
pm2
Luke Childs 8 years ago
parent
commit
4d33888ff7
  1. 2
      package.json

2
package.json

@ -4,7 +4,7 @@
"description": "Explore the Tor network without JS",
"main": "index.js",
"dependencies": {
"ascii-chart": "^1.2.0",
"ascii-chart": "^1.3.0",
"compression": "^1.6.2",
"express": "^4.14.0",
"express-minify": "^0.2.0",

Loading…
Cancel
Save