mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
Fix initialize-microphone plugin package name
This commit is contained in:
parent
bfbb369915
commit
b2c171de64
6
package-lock.json
generated
6
package-lock.json
generated
@ -2539,7 +2539,7 @@
|
|||||||
"resolved": "packages/plugin-image-slider-response",
|
"resolved": "packages/plugin-image-slider-response",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
"node_modules/@jspsych/plugin-initiliaze-microphone": {
|
"node_modules/@jspsych/plugin-initialize-microphone": {
|
||||||
"resolved": "packages/plugin-initialize-microphone",
|
"resolved": "packages/plugin-initialize-microphone",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
@ -16257,7 +16257,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/plugin-initialize-microphone": {
|
"packages/plugin-initialize-microphone": {
|
||||||
"name": "@jspsych/plugin-initiliaze-microphone",
|
"name": "@jspsych/plugin-initialize-microphone",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -18584,7 +18584,7 @@
|
|||||||
"@jspsych/test-utils": "^1.1.0"
|
"@jspsych/test-utils": "^1.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jspsych/plugin-initiliaze-microphone": {
|
"@jspsych/plugin-initialize-microphone": {
|
||||||
"version": "file:packages/plugin-initialize-microphone",
|
"version": "file:packages/plugin-initialize-microphone",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jspsych/config": "^1.1.0",
|
"@jspsych/config": "^1.1.0",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# @jspsych/plugin-initiliaze-microphone
|
# @jspsych/plugin-initialize-microphone
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@jspsych/plugin-initiliaze-microphone",
|
"name": "@jspsych/plugin-initialize-microphone",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "jsPsych plugin for getting permission to initialize the user's microphone",
|
"description": "jsPsych plugin for getting permission to initialize the user's microphone",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
Loading…
Reference in New Issue
Block a user