Skip to content

Commit

Permalink
[Update] 2.0.27 => 2.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
koozaki committed Apr 7, 2024
1 parent 91baf52 commit b3dc3c1
Show file tree
Hide file tree
Showing 6 changed files with 810 additions and 741 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].27/dist/romaji-conv.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@koozaki/[email protected].28/dist/romaji-conv.js"></script>
```

##### 1. Method pattern
Expand Down
2 changes: 1 addition & 1 deletion dist/romaji-conv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.27
* @version 2.0.28
* @desc Convert romaji into kana
* @author Kojiro Ozaki <[email protected]> (https://koozaki.com/)
* @see {@link https://koozaki.com/romaji-conv/}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koozaki/romaji-conv",
"version": "2.0.27",
"version": "2.0.28",
"description": "Convert romaji into kana",
"keywords": [
"romaji",
Expand Down Expand Up @@ -41,15 +41,15 @@
"commander": "^12.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"babel-loader": "^9.1.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"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>2024-02-20</lastmod>
<lastmod>2024-04-07</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>
Loading

0 comments on commit b3dc3c1

Please sign in to comment.