diff options
author | Georgie <george@fivetran.com> | 2016-03-12 16:19:26 -0800 |
---|---|---|
committer | Georgie <george@fivetran.com> | 2016-03-12 16:19:26 -0800 |
commit | dd4bd3b6bdb1bffb237bcb1104006720620944d2 (patch) | |
tree | 572e5c4653253c601a06b59cb036118633b60fd6 /package.json | |
parent | 64292c143efda40762421fd76527a70b0e882552 (diff) | |
download | java-language-server-dd4bd3b6bdb1bffb237bcb1104006720620944d2.zip |
Move ts sources to lib
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 012b25e..da9681b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "activationEvents": [ "onLanguage:java" ], - "main": "./out/src/extension", + "main": "./out/lib/extension", "contributes": { "languages": [ { |