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

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

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "smartpath",
"name": "@pushrocks/smartpath",
"version": "4.0.0",
"lockfileVersion": 1,
"requires": true,

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');
/* ------------------------------------------ *