Skip to content

Commit

Permalink
update package.json and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmetanakol authored and edgarmueller committed Aug 3, 2018
1 parent 14b1406 commit ea1da16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"private": true,
"version": "1.0.0",
"name": "theia-tree-editor",
"description": "Theia Tree Editor",
"scripts": {
"prepare": "lerna run prepare"
},
Expand Down
3 changes: 3 additions & 0 deletions theia-tree-editor-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "theia-tree-editor-extension",
"description": "Theia Tree Editor Extension",
"main": "lib/browser/index.js",
"typings": "lib/browser/index.d.ts",
"keywords": [
"theia-extension"
],
Expand Down
6 changes: 6 additions & 0 deletions theia-tree-editor-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@
"exclude": [
"node_modules",
"lib"
],
"include": [
"src"
],
"files": [
"./src/browser/index.ts"
]
}

0 comments on commit ea1da16

Please sign in to comment.