added types for app-root-path

This commit is contained in:
Dolan
2017-03-09 23:20:37 +00:00
parent c6eef3fd79
commit 18bba1870e
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,7 @@
"clippy"
],
"dependencies": {
"@types/app-root-path": "^1.2.4",
"@types/archiver": "^0.15.37",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.54",

View File

@ -1,3 +1,4 @@
import * as appRoot from "app-root-path";
import * as archiver from "archiver";
import * as fs from "fs";
import * as xml from "xml";
@ -8,8 +9,6 @@ import { Styles } from "../../styles";
import { DefaultStylesFactory } from "../../styles/factory";
import { Formatter } from "../formatter";
const appRoot = require("app-root-path");
export abstract class Packer {
protected archive: any;
protected document: Document;