added app root path to package json
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user