Skip to content

Commit

Permalink
0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peilingjiang committed May 27, 2024
1 parent ea7ba66 commit 1f45e32
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/RemoteCalibrator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/RemoteCalibrator.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/*!
*
* @license
* EasyEyes Remote Calibrator (remote-calibrator) Version 0.7.7
* EasyEyes Remote Calibrator (remote-calibrator) Version 0.7.8
* https://github.com/EasyEyes/remote-calibrator
*
* Copyright 2024 New York University. All Rights Reserved
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-calibrator",
"version": "0.7.7",
"version": "0.7.8",
"description": "Useful calibration tools for remote psychophysics experiments.",
"main": "lib/RemoteCalibrator.min.js",
"directories": {
Expand Down Expand Up @@ -70,8 +70,12 @@
"xlsx": "^0.18.5"
},
"lint-staged": {
".": ["biome check --apply --no-errors-on-unmatched"],
"*.{css,scss,md,html}": ["prettier --write"]
".": [
"biome check --apply --no-errors-on-unmatched"
],
"*.{css,scss,md,html}": [
"prettier --write"
]
},
"files": [
"lib",
Expand Down

0 comments on commit 1f45e32

Please sign in to comment.