Browse Source

TYPO: added ; and (empty) dependency block

master
chris 4 months ago
parent
commit
8121c9ec6a
  1. 3
      package.json
  2. 2
      src/color.js

3
package.json

@ -14,6 +14,9 @@
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": {
},
"devDependencies": { "devDependencies": {
"typescript": "^5.6.2" "typescript": "^5.6.2"
} }

2
src/color.js

@ -619,4 +619,4 @@ const MaterialFiveHundredlColors = Object.freeze({
GOLD: new Color(255, 235, 59), GOLD: new Color(255, 235, 59),
YELLO_ORANGE: new Color(255, 152, 0), YELLO_ORANGE: new Color(255, 152, 0),
ORANGE: new Color(255, 87, 34), ORANGE: new Color(255, 87, 34),
}) });

Loading…
Cancel
Save