Compare commits

..

2 Commits

Author SHA1 Message Date
95ce8dce3d 8.28.1 2018-09-07 05:32:18 +09:00
0b5eec4ca8 Fix bug 2018-09-07 05:32:09 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "8.28.0",
"version": "8.28.1",
"clientVersion": "1.0.9400",
"codename": "nighthike",
"main": "./built/index.js",

View File

@ -196,7 +196,7 @@ module.exports = {
}, {
loader: 'sass-loader',
options: {
importer: jsonImporter,
importer: jsonImporter(),
}
}]
}, {