From 7d6aa54d33bc9c5c015d10c0b161e277a02cf69c Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Sat, 23 Dec 2017 02:03:24 -0800 Subject: [PATCH] Remove CoffeeScript dependency --- main.js | 2 -- package.json | 1 - 2 files changed, 3 deletions(-) diff --git a/main.js b/main.js index cef1331..9d749bd 100644 --- a/main.js +++ b/main.js @@ -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(); diff --git a/package.json b/package.json index 8b932b9..819adfd 100644 --- a/package.json +++ b/package.json @@ -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",