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
213 B
JSON
13 lines
213 B
JSON
{
|
|
"name": "hello",
|
|
"description": "Hello world",
|
|
"files": [
|
|
"hello.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core",
|
|
"radio": "file:../radio"
|
|
}
|
|
}
|