V4 updates (#210)
* update pxt.json files * Fix button event enums fixes https://github.com/microsoft/pxt-calliope/issues/206 * Fix Safari CSS Rule for iOS app fixes https://github.com/microsoft/pxt-calliope/issues/205 * aprove preffered repos should fix https://github.com/microsoft/pxt-calliope/issues/167
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
{
|
||||
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/microphone",
|
||||
"name": "microphone",
|
||||
"description": "The microphone library",
|
||||
"dependencies": {
|
||||
"core": "file:../core"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"microphone.cpp",
|
||||
@ -7,8 +11,10 @@
|
||||
"enums.d.ts",
|
||||
"shims.d.ts"
|
||||
],
|
||||
"hidden": true,
|
||||
"dependencies": {
|
||||
"core": "file:../core"
|
||||
}
|
||||
"testFiles": [
|
||||
"test.ts"
|
||||
],
|
||||
"public": true,
|
||||
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/microphone",
|
||||
"hidden": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user