fix(core): update

This commit is contained in:
Philipp Kunz 2020-02-12 21:38:04 +00:00
parent 23b4c1cf89
commit 637170ecd2
2 changed files with 2 additions and 2 deletions

View File

@ -2,3 +2,4 @@ import * as plugins from './smartssr.plugins';
export const packageDir = plugins.path.join(__dirname, '../'); export const packageDir = plugins.path.join(__dirname, '../');
export const noGitDir = plugins.path.join(packageDir, './.nogit'); export const noGitDir = plugins.path.join(packageDir, './.nogit');
plugins.smartfile.fs.ensureDirSync(noGitDir);

View File

@ -1,8 +1,7 @@
// node native // node native
import * as path from 'path'; import * as path from 'path';
import * as fs from 'fs';
export { path, fs }; export { path };
// @pushrocks scope // @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay'; import * as smartdelay from '@pushrocks/smartdelay';