Skip to content

Commit

Permalink
fix(package.json): resolve repository url error
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalnathnambiar committed Apr 18, 2024
1 parent 8f58146 commit 110ebef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: 'Shabarinath'
orcid: 'https://orcid.org/0000-0002-6713-1705'
title: 'ExfilMS'
version: 1.2.7
version: 1.2.8
abstract: 'ExfilMS is a cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with filtering capabilities.'
keywords:
- 'mass spectrometry'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ For more guidance on how to use ExfilMS, please refer to our available guides be

If you use ExfilMS in your work, please cite it using the following:

Nambiar, V., & Nambiar, S. (2024). ExfilMS (Version 1.2.7) [Computer software]. https://doi.org/10.5281/zenodo.10976761
Nambiar, V., & Nambiar, S. (2024). ExfilMS (Version 1.2.8) [Computer software]. https://doi.org/10.5281/zenodo.10976761

<br>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vmalnathnambiar/exfilms.git"
"url": "git+https://github.com/vmalnathnambiar/exfilms.git"
},
"homepage": "https://github.com/vmalnathnambiar/exfilms#readme",
"bugs": {
Expand All @@ -31,7 +31,7 @@
],
"type": "module",
"bin": {
"exfilms": "./src/exfilms.js"
"exfilms": "src/exfilms.js"
},
"scripts": {
"eslint": "eslint src",
Expand Down

0 comments on commit 110ebef

Please sign in to comment.