stable #1

Merged
KaKi87 merged 14 commits from 1.0-rc1 into master 2018-10-23 04:57:05 +02:00
2 changed files with 1809 additions and 0 deletions
Showing only changes of commit dfa9cf0c18 - Show all commits

9
start.js Normal file
View file

@ -0,0 +1,9 @@
/*
ES6 support
*/
require('babel-register')({
presets: ['env']
});
module.exports = require('./index.js');

1800
yarn.lock Normal file

File diff suppressed because it is too large Load diff