diff --git a/package.json b/package.json index 5e46865..a2599da 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ }, "author": "", "license": "ISC", + "dependencies": { + + }, "devDependencies": { "typescript": "^5.6.2" } diff --git a/src/color.js b/src/color.js index f1f4534..1464d88 100644 --- a/src/color.js +++ b/src/color.js @@ -619,4 +619,4 @@ const MaterialFiveHundredlColors = Object.freeze({ GOLD: new Color(255, 235, 59), YELLO_ORANGE: new Color(255, 152, 0), ORANGE: new Color(255, 87, 34), -}) \ No newline at end of file +});