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
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"name": "lang-test1",
|
|
"description": "Test for the TypeScript -> HEX compiler; microbit specific parts",
|
|
"installedVersion": "file:.",
|
|
"files": [
|
|
"lang-test1.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
}
|