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
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "smartpath", "name": "@pushrocks/smartpath",
"version": "4.0.0", "version": "4.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
-1
View File
@@ -1,4 +1,3 @@
import 'typings-global';
import plugins = require('./smartpath.plugins'); import plugins = require('./smartpath.plugins');
export let isDir = function(pathArg: string) { export let isDir = function(pathArg: string) {
-1
View File
@@ -1,4 +1,3 @@
import 'typings-global';
import plugins = require('./smartpath.plugins'); import plugins = require('./smartpath.plugins');
/* ------------------------------------------ * /* ------------------------------------------ *