Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Aug 2, 2023
1 parent c258689 commit 41e065c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colortranslator",
"version": "3.0.1",
"version": "3.0.2",
"description": "A JavaScript library, written in TypeScript, to convert among different color models",
"main": "index.js",
"module": "esm/index.js",
Expand All @@ -9,11 +9,11 @@
".": {
"require": {
"types": "./index.d.ts",
"default": "./index.js"
"default": "./index.js"
},
"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
"default": "./esm/index.js"
}
}
},
Expand Down

0 comments on commit 41e065c

Please sign in to comment.