ATL-78: Implemented include library.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-09-02 16:18:44 +02:00
committed by Akos Kitta
parent 56ff86629c
commit 7a37aa2e2f
8 changed files with 200 additions and 120 deletions

View File

@@ -10,7 +10,7 @@
(() => {
const DEFAULT_VERSION = '0.13.0-rc1'; // require('moment')().format('YYYYMMDD');
const DEFAULT_VERSION = '0.13.0-rc2'; // require('moment')().format('YYYYMMDD');
const path = require('path');
const shell = require('shelljs');