Correct package.json main

This commit is contained in:
Daniel Imms
2017-04-03 07:48:01 -07:00
parent ea3e7864e4
commit f4f56ec4fd

View File

@ -15,7 +15,7 @@
"onCommand:terminalTest.createAndSend",
"onCommand:terminalTest.createZshLoginShell"
],
"main": "./out/src/extension",
"main": "./out/extension",
"contributes": {
"commands": [
{
@ -70,4 +70,4 @@
"vscode": "^1.0.0",
"@types/node": "*"
}
}
}