fix: Update main field of package.json (#130)

Without the .js on the file name the Material Theme: Settings command doesn't work for me.
This commit is contained in:
Matthew Hinton 2018-01-10 15:03:24 -06:00 committed by Mattia Astorino
parent 77f6f52a91
commit 40dd529899

View file

@ -44,7 +44,7 @@
"activationEvents": [
"*"
],
"main": "./extensions/material.theme.config",
"main": "./extensions/material.theme.config.js",
"contributes": {
"commands": [
{