@markuplint/i18n 4.2.1-dev.1 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/$schema.json +1 -0
- package/locales/ja.json +1 -0
- package/package.json +2 -2
package/$schema.json
CHANGED
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
"one or more elements": { "type": "string" },
|
|
119
119
|
"one": { "type": "string" },
|
|
120
120
|
"origin": { "type": "string" },
|
|
121
|
+
"orphaned end tag": { "type": "string" },
|
|
121
122
|
"password": { "type": "string" },
|
|
122
123
|
"perceptible nodes": { "type": "string" },
|
|
123
124
|
"placeholder label option": { "type": "string" },
|
package/locales/ja.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/i18n",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Internationalization for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"build:cjs": "tsc --module commonjs --outDir cjs",
|
|
38
38
|
"clean": "tsc --build --clean"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "d5c8786b0dbbd82cdd89018dd57941d62bbe8d06"
|
|
41
41
|
}
|