Merge branch 'develop' into 'master'

More hiragana fixes

See merge request Dandellion/matrix-wug!18
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-07-21 00:11:18 +00:00
commit 0716ae081b
6 changed files with 1175 additions and 1226 deletions

View File

@ -1,4 +1,4 @@
const version = "2.4.3";
const version = "2.4.4";
import x2i from "./x2i";
import { existsSync } from "fs";

1221
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,15 @@
{
"name": "vugg",
"version": "1.1.0",
"name": "matrix-wug",
"version": "2.4.3",
"description": "Language bot for matrix",
"main": "index.js",
"bin": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js"
},
"author": "Daniel",
"license": "ISC",
"license": "AGPL3",
"dependencies": {
"matrix-bot-sdk": "^0.3.2",
"@types/js-yaml": "^3.12.1",

View File

@ -1,7 +1,7 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "node";
buildInputs = [ nodejs-10_x ];
buildInputs = [ nodejs-10_x yarn ];
shellHook = ''
export PATH="$PWD/node_modules/.bin/:$PATH"
'';

View File

@ -20,6 +20,9 @@
- raw:
- "[ōô]"
- "oo"
- raw:
- "[īî]"
- "ii"
# youon souken 5-letter
- raw:

1166
yarn.lock Normal file

File diff suppressed because it is too large Load Diff