Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
		
						commit
						6c57690359
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								src/@types/meta.json.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/@types/meta.json.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
declare module '*/meta.json' {
 | 
			
		||||
	const version: string;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -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',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue