Skip to content

Commit

Permalink
fix: made node modules included in the packaged extention
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Litvinsky committed Jun 21, 2018
1 parent 93c002d commit 0722c27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "glean",
"displayName": "glean",
"description": "Allows extracting typescript and javascript code into separate module, aswell as extracting JSX into new components",
"version": "0.0.1",
"version": "2.0.0",
"publisher": "wix",
"engines": {
"vscode": "^1.23.0"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"rootDir": "src"
},
"exclude": [
"node_modules",
".vscode-test"
]
}

0 comments on commit 0722c27

Please sign in to comment.