Skip to content

Commit

Permalink
Rename to cffjs
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Aug 8, 2024
1 parent 7535a0a commit 6cd06f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 342 deletions.
340 changes: 2 additions & 338 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "citation-cff-utils",
"name": "cffjs",
"version": "0.0.1",
"description": "Types and utilities for working with CITATION.cff files in Typescript",
"author": "Curvenote Inc. <[email protected]>",
"homepage": "https://github.com/curvenote/citation-cff-utils",
"homepage": "https://github.com/curvenote/cffjs",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/curvenote/citation-cff-utils.git"
"url": "git+https://github.com/curvenote/cffjs.git"
},
"scripts": {
"prepublishOnly": "npm test && npm run build",
Expand All @@ -35,7 +35,7 @@
"build": "npm-run-all -l clean -p build:esm"
},
"bugs": {
"url": "https://github.com/curvenote/citation-cff-utils/issues"
"url": "https://github.com/curvenote/cffjs/issues"
},
"dependencies": {
"ajv": "^8.17.1",
Expand Down

0 comments on commit 6cd06f6

Please sign in to comment.