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
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "lang-test0",
|
|
"description": "Test for the TypeScript -> HEX compiler",
|
|
"installedVersion": "file:.",
|
|
"files": [
|
|
"lang-test0.ts"
|
|
],
|
|
"public": true,
|
|
"additionalFilePath": "../../node_modules/pxt-core/libs/lang-test0",
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
}
|