update to meet newest standards

This commit is contained in:
2016-11-26 14:45:56 +01:00
parent fcd559090a
commit 9030619046
22 changed files with 265 additions and 154 deletions

View File

@@ -1,5 +1,5 @@
import "typings-global"
export let path = require("path");
export let Q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");
import 'typings-global'
export let path = require('path')
export let Q = require('q')
export import smartfile = require('smartfile')
export import smartstring = require('smartstring')