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/",