Fix styleSheets manifest key in package.json of fixtures

Esse commit está contido em:
Nathan Sobo
2015-01-14 19:52:26 -07:00
commit 49699bddf2
2 arquivos alterados com 2 adições e 2 exclusões
@@ -1,4 +1,4 @@
{
"theme": "ui",
"stylesheets": ["editor.less"]
"styleSheets": ["editor.less"]
}
@@ -1,4 +1,4 @@
{
"theme": "syntax",
"stylesheets": ["editor.less"]
"styleSheets": ["editor.less"]
}