From 13812dd79d07b72e2a8afff19e6c09d2c690d460 Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Mon, 30 Oct 2023 12:18:55 -0400 Subject: [PATCH] Add type to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 02ce846..aeadfa9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "3.15.0", "description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.", "main": "lib/number.js", + "type": "module", "scripts": { "lint": "eslint . --ext .js", "start": "web-dev-server --node-resolve --watch --open /demo/",