File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2024 Curvenote Inc.
3+ Copyright (c) 2024 Continuous Science Foundation
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11# crossref utilities
22
33[ ![ crossref-utils on npm] ( https://img.shields.io/npm/v/crossref-utils.svg )] ( https://www.npmjs.com/package/crossref-utils )
4- [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/curvenote /crossref-utils/blob/main/LICENSE )
5- [ ![ CI] ( https://github.com/curvenote /crossref-utils/workflows/CI/badge.svg )] ( https://github.com/curvenote /crossref-utils/actions )
4+ [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/continuous-foundation /crossref-utils/blob/main/LICENSE )
5+ [ ![ CI] ( https://github.com/continuous-foundation /crossref-utils/workflows/CI/badge.svg )] ( https://github.com/continuous-foundation /crossref-utils/actions )
66
77Utilities for creating crossref.org deposit metadata from node or the command line.
88
@@ -22,7 +22,7 @@ This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908
2222
2323<p style =" text-align : center ; color : #aaa ; padding-top : 50px " >
2424 Made with love by
25- <a href =" https://curvenote.com " target =" _blank " style =" color : #aaa " >
26- <img src="https://cdn.curvenote.com/brand /logo-blue-icon.png " style="height: 1em" /> Curvenote
25+ <a href =" https://continuous.foundation " target =" _blank " style =" color : #aaa " >
26+ Continuous Science Foundation <img src="https://continuous.foundation/images /logo-small.svg " style="height: 1em" />
2727 </a >
2828</p >
Original file line number Diff line number Diff line change 33 "version" : " 0.0.2" ,
44 "license" : " MIT" ,
55 "description" : " Utilities for depositing crossref metadata" ,
6- "author" : " Rowan Cockett <rowan@curvenote.com >" ,
7- "homepage" : " https://github.com/curvenote /crossref-utils" ,
6+ "author" : " Rowan Cockett <rowan@continuous.foundation >" ,
7+ "homepage" : " https://github.com/continuous-foundation /crossref-utils" ,
88 "sideEffects" : false ,
99 "type" : " module" ,
1010 "exports" : " ./dist/index.js" ,
2121 ],
2222 "repository" : {
2323 "type" : " git" ,
24- "url" : " git+https://github.com/curvenote /crossref-utils.git"
24+ "url" : " git+https://github.com/continuous-foundation /crossref-utils.git"
2525 },
2626 "bin" : {
2727 "crossref" : " dist/crossref.cjs"
4444 "publish" : " npm run build && npm run test && changeset publish && git push --follow-tags"
4545 },
4646 "bugs" : {
47- "url" : " https://github.com/curvenote /crossref-utils/issues"
47+ "url" : " https://github.com/continuous-foundation /crossref-utils/issues"
4848 },
4949 "dependencies" : {
5050 "@types/xast" : " ^2.0.4" ,
5555 "doi-utils" : " ^2.0.3" ,
5656 "inquirer" : " ^9.2.23" ,
5757 "js-yaml" : " ^4.1.0" ,
58- "myst-cli" : " ^1.3.12 " ,
58+ "myst-cli" : " file:.yalc/myst-cli " ,
5959 "myst-cli-utils" : " ^2.0.10" ,
6060 "myst-common" : " ^1.7.1" ,
6161 "myst-frontmatter" : " ^1.7.1" ,
You canβt perform that action at this time.
0 commit comments