From 269740f6c1f9f46dd821a9d84ae00ce2a1f1a949 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 22 Apr 2021 18:39:29 -0400 Subject: [PATCH] update todo --- TODO.md | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index a0a223d4..2faa6239 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ N/A ## Exploring Features -- Detect input from uri +- Implement built-in input handler for `http:`, `https:`, `file:` - Canvas.js for WASM on NodeJS ## Explore Models diff --git a/package.json b/package.json index 0ee5975b..a4db54ac 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "eslint-plugin-json": "^2.1.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", - "hint": "^6.1.3", "node-fetch": "^2.6.1", "rimraf": "^3.0.2", "seedrandom": "^3.0.5",