From 96cb4cfcdcc43a32f8b134cf5375041ad512f787 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 17 May 2016 23:37:23 +0100 Subject: [PATCH] added app root path to package json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4362acf466..f3ebdb0cba 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,13 @@ "doc" ], "dependencies": { + "app-root-path": "^1.0.0", "archiver": "^0.21.0", "lodash": "^4.6.1", "xml": "^1.0.1" }, "typescript": { - "definition": "typings/index.d.ts" + "definition": "ts/typings/index.d.ts" }, "author": "Dolan Miu", "license": "MIT",