Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#103 fix dependencies for task plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Mar 26, 2019
1 parent 2b0e47d commit 6f496dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/task-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@
},
"theiaPlugin": {
"backend": "lib/task-plugin-backend.js"
},
"dependencies": {
"inversify": "^4.14.0",
"reflect-metadata": "^0.1.10"
}
}
5 changes: 4 additions & 1 deletion plugins/task-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"webworker"
],
"rootDir": "src",
"outDir": "lib"
"outDir": "lib",
"types": ["reflect-metadata"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [
"src", "resources/preview-urls.js"
Expand Down

0 comments on commit 6f496dc

Please sign in to comment.