Skip to content

Commit

Permalink
webpack: Default condition should be last one
Browse files Browse the repository at this point in the history
  • Loading branch information
kawanet committed Aug 21, 2023
1 parent 41d36dc commit 89d3e06
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,7 +1,7 @@
{
"name": "iconv-cp932",
"description": "Lightweight Pure JS character encoding conversion for CP932, Shift_JIS, Windows-31J, IBM 932",
"version": "1.2.1",
"version": "1.2.2",
"author": "Yusuke Kawasaki <u-suke@kawa.net>",
"bugs": {
"url": "https://github.com/kawanet/iconv-cp932/issues"
Expand All @@ -18,8 +18,8 @@
"exports": {
".": {
"import": {
"default": "./index.mjs",
"types": "./iconv-cp932.d.ts"
"types": "./iconv-cp932.d.ts",
"default": "./index.mjs"
},
"require": "./index.js"
}
Expand Down

0 comments on commit 89d3e06

Please sign in to comment.