Enabling arrays (#401)

This commit is contained in:
Richard Knoll 2017-05-17 12:12:13 -07:00 committed by Guillaume Jenkins
parent 72e95438eb
commit da5f884c0b
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,6 @@
"semantic-ui-less": "^2.2.4" "semantic-ui-less": "^2.2.4"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.12.72" "pxt-core": "0.12.76"
} }
} }

View File

@ -79,6 +79,7 @@
"logicBlocks": true, "logicBlocks": true,
"variablesBlocks": true, "variablesBlocks": true,
"textBlocks": true, "textBlocks": true,
"listsBlocks": true,
"onStartColor": "#0078D7", "onStartColor": "#0078D7",
"onStartNamespace": "basic", "onStartNamespace": "basic",
"onStartWeight": 54 "onStartWeight": 54