We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a698cf commit 0fab757Copy full SHA for 0fab757
HISTORY.md
@@ -1,5 +1,10 @@
1
# History
2
3
+## v2.1.1
4
+
5
+### 不具合修正
6
+- packageのファイル名が誤っているのを修正
7
8
## v2.1.0
9
10
### 機能改善
package.json
@@ -1,15 +1,15 @@
{
"name": "mojijs",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "To convert or to analyze the character data of the Japanese.",
"author": "natade-jp <natade3@gmail.com> (https://github.com/natade-jp)",
"repository": {
"type": "git",
"url": "https://github.com/natade-jp/MojiJS.git"
},
"license": "MIT",
11
- "main": "./build/mojijs.js",
12
- "module": "./build/mojijs.mjs.js",
+ "main": "./build/umd",
+ "module": "./build/esm",
13
"keywords": [
14
"cp932",
15
"sjis",
0 commit comments