Add test-blocks into the basic playground (#4333)

* Use local node_modules files instead of unkpkg for advanced playground, get test blocks in the basic playground from npm

* Also move theme-modern

* Update package-lock
This commit is contained in:
Sam El-Husseini
2020-10-02 09:48:01 -07:00
committed by GitHub
parent 858a1f0999
commit 70f71af933
4 changed files with 195 additions and 4 deletions

View File

@@ -55,6 +55,9 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@blockly/block-test": "^1.0.0",
"@blockly/dev-tools": "^2.0.1",
"@blockly/theme-modern": "^2.1.1",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"concurrently": "^5.3.0",