Fix styleSheets manifest key in package.json of fixtures

This commit is contained in:
Nathan Sobo 2015-01-14 19:52:26 -07:00
parent f570a417e6
commit 49699bddf2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"theme": "ui",
"stylesheets": ["editor.less"]
"styleSheets": ["editor.less"]
}

View File

@ -1,4 +1,4 @@
{
"theme": "syntax",
"stylesheets": ["editor.less"]
"styleSheets": ["editor.less"]
}