Skip to content

Commit

Permalink
Merge pull request #15 from jspsych/sync-main-with-npm
Browse files Browse the repository at this point in the history
use node for update readme
  • Loading branch information
cherriechang authored Sep 6, 2024
2 parents c03f13b + 0b18198 commit 0ca62f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .changeset/tasty-phones-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@jspsych-timelines/arrow-flanker": minor
"@jspsych-timelines/false-memory-task": minor
"@jspsych-timelines/spatial-cueing-task": minor
"@jspsych-timelines/test": minor
"@jspsych-timelines/cli": minor
---

upgrade to use jspsych v8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:watch": "npm test -- --watch",
"build": "npm run build -ws",
"update-unpkg-links": "gulp updateUnpkgLinks",
"update-readme": "gulp updateReadme",
"update-readme": "node ./update-readme.js",
"prepare": "husky install",
"changeset": "changeset",
"changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-readme",
Expand Down

0 comments on commit 0ca62f4

Please sign in to comment.