added app root path to package json

This commit is contained in:
Dolan Miu
2016-05-17 23:37:23 +01:00
parent cc761d20f6
commit 96cb4cfcdc

View File

@ -19,12 +19,13 @@
"doc" "doc"
], ],
"dependencies": { "dependencies": {
"app-root-path": "^1.0.0",
"archiver": "^0.21.0", "archiver": "^0.21.0",
"lodash": "^4.6.1", "lodash": "^4.6.1",
"xml": "^1.0.1" "xml": "^1.0.1"
}, },
"typescript": { "typescript": {
"definition": "typings/index.d.ts" "definition": "ts/typings/index.d.ts"
}, },
"author": "Dolan Miu", "author": "Dolan Miu",
"license": "MIT", "license": "MIT",