Skip to content

Commit 0fab757

Browse files
committed
v2.1.1
### 不具合修正 - packageのファイル名が誤っているのを修正
1 parent 3a698cf commit 0fab757

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## v2.1.1
4+
5+
### 不具合修正
6+
- packageのファイル名が誤っているのを修正
7+
38
## v2.1.0
49

510
### 機能改善

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "mojijs",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "To convert or to analyze the character data of the Japanese.",
55
"author": "natade-jp <natade3@gmail.com> (https://github.com/natade-jp)",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/natade-jp/MojiJS.git"
99
},
1010
"license": "MIT",
11-
"main": "./build/mojijs.js",
12-
"module": "./build/mojijs.mjs.js",
11+
"main": "./build/umd",
12+
"module": "./build/esm",
1313
"keywords": [
1414
"cp932",
1515
"sjis",

0 commit comments

Comments
 (0)