Remove CoffeeScript dependency

This commit is contained in:
Christian Paul 2017-12-23 02:03:24 -08:00
parent a784a55759
commit 7d6aa54d33
2 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,6 @@
TODO: params parsing and so on
#*/
'use strict';
require('coffee-script/register');
const Mapscii = require('./src/Mapscii');
const mapscii = new Mapscii();

View File

@ -32,7 +32,6 @@
"@mapbox/vector-tile": "^1.3.0",
"bluebird": "^3.5.1",
"bresenham": "0.0.4",
"coffee-script": "^1.12.7",
"earcut": "^2.1.2",
"keypress": "^0.2.1",
"node-fetch": "^1.7.3",