Skip to content

Commit

Permalink
[Update] 2.0.22 => 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
koozaki committed Aug 18, 2023
1 parent b118a04 commit d86c207
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 576 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Convert romaji into kana
##### Load the romaji-conv.js (jsDelivr)

```html
<script src="https://cdn.jsdelivr.net/npm/@koozaki/[email protected].22/dist/romaji-conv.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@koozaki/[email protected].23/dist/romaji-conv.js"></script>
```

##### 1. Method pattern
Expand Down
2 changes: 1 addition & 1 deletion dist/romaji-conv.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @name @koozaki/romaji-conv
* @version 2.0.22
* @version 2.0.23
* @desc Convert romaji into kana
* @author Kojiro Ozaki <[email protected]> (https://koozaki.com/)
* @see {@link https://koozaki.com/romaji-conv/}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koozaki/romaji-conv",
"version": "2.0.22",
"version": "2.0.23",
"description": "Convert romaji into kana",
"keywords": [
"romaji",
Expand Down Expand Up @@ -41,15 +41,15 @@
"commander": "^11.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"eslint": "^8.47.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"webpack": "^5.88.1",
"prettier": "^3.0.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<url>
<loc>https://romaji-conv.koozaki.com/</loc>
<priority>1.0</priority>
<lastmod>2023-07-15</lastmod>
<lastmod>2023-08-18</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>
Loading

0 comments on commit d86c207

Please sign in to comment.