Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo 2019-02-01 00:09:36 +09:00
commit 6c57690359
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 4 additions and 1 deletions

3
src/@types/meta.json.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
declare module '*/meta.json' {
const version: string;
}

View file

@ -6,7 +6,7 @@ import define from '../define';
import fetchMeta from '../../../misc/fetch-meta';
import * as pkg from '../../../../package.json';
const client = require('../../../../built/client/meta.json');
import * as client from '../../../../built/client/meta.json';
export const meta = {
stability: 'stable',