Skip to content

Commit 4d42a43

Browse files
committed
fix: button response plugin issue
1 parent 542b233 commit 4d42a43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opendatacapture/runtime-v1",
33
"type": "module",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"author": {
66
"name": "Douglas Neuroinformatics",
77
"email": "support@douglasneuroinformatics.ca"

runtime/v1/runtime.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
'@opendatacapture/runtime-core',
66
'@opendatacapture/licenses',
77
'@jspsych/plugin-html-button-response__1.x',
8-
'@jspsych/plugin-html-button-response__1.x',
8+
'@jspsych/plugin-html-button-response__2.x',
99
'@jspsych/plugin-html-keyboard-response__1.x',
1010
'@jspsych/plugin-html-keyboard-response__2.x',
1111
'@jspsych/plugin-image-button-response__1.x',

0 commit comments

Comments
 (0)