fix(core): update

This commit is contained in:
2019-10-02 23:34:05 +02:00
parent 328007fd97
commit cf5a462bd0
10 changed files with 468 additions and 250 deletions

6
ts/bunq.paths.ts Normal file
View File

@@ -0,0 +1,6 @@
import * as plugins from './bunq.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(packageDir, './.nogit/');
export const bunqJsonFile = plugins.path.join(nogitDir, 'bunq.json');