Skip to content

Commit

Permalink
fix unkpg links; fix url prompt; update author package.json to align …
Browse files Browse the repository at this point in the history
…with npm
  • Loading branch information
cherriechang committed Aug 12, 2024
1 parent 880e337 commit 4a74ec7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"update-readme": "node ./update-readme.js",
"prepare": "husky install",
"changeset": "changeset",
"changeset:version": "changeset version && npm install && npm run update-unpkg-link && npm run update-readme",
"changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-readme",
"changeset:publish": "npm run build && changeset publish",
"new": "node ./templates/cli/src/index.js"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/extension-countdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"url": "git+https://github.com/jspsych/jspsych-contrib.git",
"directory": "packages/extension-countdown"
},
"author": "Shaobin Jiang",
"authorGitHub": "https://github.com/Shaobin-Jiang",
"author": {
"name": "Shaobin Jiang",
"url": "https://github.com/Shaobin-Jiang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jspsych-contrib/issues"
Expand Down
2 changes: 1 addition & 1 deletion templates/cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async function runPrompts() {
});

const authorGitHub = await input({
message: `Enter a profile URL for the author(s) [Optional]:`,
message: `Enter a profile URL for the author(s), e.g. a link to a GitHub profile [Optional]:`,
});

return {
Expand Down

0 comments on commit 4a74ec7

Please sign in to comment.