File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2024 Curvenote Inc.
3
+ Copyright (c) 2024 Continuous Science Foundation
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# zenodo-utils
2
2
3
3
[ ![ zenodo-utils on npm] ( https://img.shields.io/npm/v/zenodo-utils.svg )] ( https://www.npmjs.com/package/zenodo-utils )
4
- [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/curvenote /zenodo-utils/blob/main/LICENSE )
5
- ![ CI] ( https://github.com/curvenote /zenodo-utils/workflows/CI/badge.svg )
4
+ [ ![ MIT License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/continuous-foundation /zenodo-utils/blob/main/LICENSE )
5
+ ![ CI] ( https://github.com/continuous-foundation /zenodo-utils/workflows/CI/badge.svg )
6
6
7
7
Utilities to submit information to [ Zenodo] ( https://zenodo.org ) in your application. Works with MyST Frontmatter for a single way to define your publishing information for packages and have bulk uploads and deposits for long-term archiving.
8
8
@@ -18,7 +18,7 @@ The library installs a command line interface (CLI) which allows for deposit and
18
18
19
19
<p style =" text-align : center ; color : #aaa ; padding-top : 50px " >
20
20
Made with love by
21
- <a href =" https://curvenote.com " target =" _blank " style =" color : #aaa " >
22
- <img src="https://cdn.curvenote.com/brand /logo-blue-icon.png " style="height: 1em" /> Curvenote
21
+ <a href =" https://continuous.foundation " target =" _blank " style =" color : #aaa " >
22
+ Continuous Science Foundation <img src="https://continuous.foundation/images /logo-small.svg " style="height: 1em" />
23
23
</a >
24
24
</p >
Original file line number Diff line number Diff line change 2
2
"name" : " zenodo-utils" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Utilities for working with zenodo" ,
5
- "author" : " Rowan Cockett <rowan@curvenote.com >" ,
6
- "homepage" : " https://github.com/curvenote /zenodo-utils" ,
5
+ "author" : " Rowan Cockett <rowan@continuous.foundation >" ,
6
+ "homepage" : " https://github.com/continuous-foundation /zenodo-utils" ,
7
7
"sideEffects" : false ,
8
8
"type" : " module" ,
9
9
"exports" : " ./dist/index.js" ,
20
20
],
21
21
"repository" : {
22
22
"type" : " git" ,
23
- "url" : " git+https://github.com/curvenote /zenodo-utils.git"
23
+ "url" : " git+https://github.com/continuous-foundation /zenodo-utils.git"
24
24
},
25
25
"bin" : {
26
26
"zenodo" : " dist/zenodo.cjs"
43
43
"publish" : " npm run build && npm run test && changeset publish && git push --follow-tags"
44
44
},
45
45
"bugs" : {
46
- "url" : " https://github.com/curvenote /zenodo-utils/issues"
46
+ "url" : " https://github.com/continuous-foundation /zenodo-utils/issues"
47
47
},
48
48
"dependencies" : {
49
49
"axios" : " ^1.7.7" ,
You canβt perform that action at this time.
0 commit comments