diff --git a/package.json b/package.json index c25c894..bd445db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hemlang/sprout", - "version": "1.0.2", + "version": "1.0.3", "description": "express-like web framework for hemlock", "author": "nbeerbower", "license": "MIT", diff --git a/sprout.hml b/sprout.hml index 5a2316f..0572207 100644 --- a/sprout.hml +++ b/sprout.hml @@ -3,6 +3,7 @@ import { TcpListener, TcpStream } from "@stdlib/net"; import { parse as json_parse, stringify as json_stringify } from "@stdlib/json"; +import { open } from "@stdlib/fs"; // ============================================================================ // HTTP Status Codes