7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
|
/* Copyright (c) 2015 Hyunje Alex Jun and other contributors
|
||
|
* Licensed under the MIT License
|
||
|
*/
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = require('./src/js/main');
|