update dependencies and add typings-global
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import plugins = require("./smartpath.plugins");
|
||||
import "typings-global";
|
||||
import * as plugins from "./smartpath.plugins";
|
||||
|
||||
export let isDir = function(pathArg:string){
|
||||
return !isFile(pathArg);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// <reference path="typings/main.d.ts" />
|
||||
import plugins = require("./smartpath.plugins");
|
||||
import "typings-global";
|
||||
import * as plugins from "./smartpath.plugins";
|
||||
|
||||
/**
|
||||
* returns the type of the given path. Can be "url" or "local"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import "typings-global";
|
||||
export var beautylog = require ("beautylog");
|
||||
export var home = require("home");
|
||||
export var path = require("path");
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// <reference path="typings/main.d.ts" />
|
||||
import plugins = require("./smartpath.plugins");
|
||||
import "typings-global";
|
||||
import * as plugins from "./smartpath.plugins";
|
||||
|
||||
/* ------------------------------------------ *
|
||||
* ------------ helpers --------------------- *
|
||||
|
Reference in New Issue
Block a user