1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-14 14:48:19 +09:00
hotomoe/src/version.ts

8 lines
101 B
TypeScript
Raw Normal View History

2017-03-23 00:41:11 +09:00
/**
* Version
*/
2017-03-18 00:02:41 +09:00
2017-03-23 00:41:11 +09:00
const meta = require('../package.json');
2017-03-18 00:02:41 +09:00
2017-03-23 00:41:11 +09:00
export default meta.version as string;