-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set up readme to update automatically upon publish of new plugins/ext… #133
Changes from 1 commit
59d1074
da8c915
880e337
4a74ec7
e798c0b
781a7ea
8d9b3b5
9620b56
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@jspsych-contrib/extension-countdown", | ||
"version": "1.1.0", | ||
"description": "jsPsych extension for adding a countdown during a trial", | ||
"description": "This extension adds a countdown during a trial.", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"exports": { | ||
|
@@ -28,6 +28,7 @@ | |
"directory": "packages/extension-countdown" | ||
}, | ||
"author": "Shaobin Jiang", | ||
"authorGitHub": "https://github.com/Shaobin-Jiang", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should make this compliant with how npm expects it: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#people-fields-author-contributors |
||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/jspsych/jspsych-contrib/issues" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to add the commit and push actions here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quickly dropping a note here that we can just make the changesets action do the commit work for us: