277d5a721c
* rename "microbit" package to "core" #414 * shouldn't edit the package id. * updating package.json * updated the wrong version * missed updating pxt.json of tests
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"name": "base-test",
|
|
"description": "Base package for tests",
|
|
"files": [
|
|
"main.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "*",
|
|
"radio": "*"
|
|
},
|
|
"installedVersion": "file:."
|
|
}
|