fix(dependencies): remove obsolete imports of typings-global
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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,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,4 +1,3 @@
|
|||||||
import 'typings-global';
|
|
||||||
import plugins = require('./smartpath.plugins');
|
import plugins = require('./smartpath.plugins');
|
||||||
|
|
||||||
/* ------------------------------------------ *
|
/* ------------------------------------------ *
|
||||||
|
Reference in New Issue
Block a user