Skip to content

Commit 6d55970

Browse files
committed
πŸš€ Transfer from Curvenote ➑️ Continuous Science Foundation πŸ’š
1 parent a1de591 commit 6d55970

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

β€ŽLICENSEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Curvenote Inc.
3+
Copyright (c) 2024 Continuous Science Foundation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
Utilities 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>

β€Žpackage.jsonβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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",
@@ -21,7 +21,7 @@
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"
@@ -44,7 +44,7 @@
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",
@@ -55,7 +55,7 @@
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",

0 commit comments

Comments
Β (0)