Skip to content

Commit 6a908fe

Browse files
committed
bugfix
1 parent fd08d0d commit 6a908fe

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: build-output
5151
path: dist/
5252
- run: npm ci
53-
- run: npm publish --access public
53+
- run: npm publish
5454
env:
5555
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5656

CITATION.cff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
type: software
4-
title: '@kit-data-manager/pid-component'
4+
title: '@kit-data-manager/mapping-service-input'
55
abstract: The mapping-service-input provides a minimalistic user interface for
66
the KIT Data Manager Mapping Service. It allows users to select an existing
77
mapping schema and use it to map their data.
@@ -32,4 +32,5 @@ authors:
3232
family-names: Kirar
3333
license: Apache-2.0
3434
url: https://kit-data-manager.github.io/com_mapping-service-input
35-
repository-code: https://github.com/kit-data-manager/com_mapping-service-input
35+
repository-code:
36+
https://github.com/kit-data-manager/com_mapping-service-input.git

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"identifier": "https://orcid.org/0009-0008-3532-7018"
1717
}
1818
],
19-
"name": "@kit-data-manager/pid-component",
19+
"name": "@kit-data-manager/mapping-service-input",
2020
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
2121
"version": "1.2.0",
2222
"keywords": [
@@ -31,7 +31,7 @@
3131
"https://spdx.org/licenses/Apache-2.0"
3232
],
3333
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
34-
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input",
34+
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input.git",
3535
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
3636
"contributor": [
3737
{

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kit-data-manager/pid-component",
2+
"name": "@kit-data-manager/mapping-service-input",
33
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
44
"author": {
55
"name": "Ajay Kirar",
@@ -18,7 +18,7 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/kit-data-manager/com_mapping-service-input"
21+
"url": "https://github.com/kit-data-manager/com_mapping-service-input.git"
2222
},
2323
"bugs": {
2424
"url": "https://github.com/kit-data-manager/com_mapping-service-input/issues"

somesy.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
2-
name = "@kit-data-manager/pid-component"
2+
name = "@kit-data-manager/mapping-service-input"
33
version = "1.2.0"
44
description = "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data."
55
license = "Apache-2.0"
6-
repository = "https://github.com/kit-data-manager/com_mapping-service-input"
6+
repository = "https://github.com/kit-data-manager/com_mapping-service-input.git"
77
homepage = "https://kit-data-manager.github.io/com_mapping-service-input"
88
documentation = "https://kit-data-manager.github.io/com_mapping-service-input"
99
keywords = [

0 commit comments

Comments
 (0)