fix(dependencies): remove obsolete imports of typings-global

This commit is contained in:
2018-07-21 23:33:54 +02:00
parent afcb5d5b0c
commit 29decabf91
3 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import 'typings-global';
import plugins = require('./smartpath.plugins');
export let isDir = function(pathArg: string) {

View File

@ -1,4 +1,3 @@
import 'typings-global';
import plugins = require('./smartpath.plugins');
/* ------------------------------------------ *