Skip to content

Commit 5c7131f

Browse files
Merge pull request #17 from Abhay-soni-developer/feature/api-name-change
api name change, project version updated, updated dependencies, .gitignore --> .yarn added
2 parents 4670bc0 + 889e15c commit 5c7131f

File tree

4 files changed

+16940
-12179
lines changed

4 files changed

+16940
-12179
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ dist
104104
.tern-port
105105

106106
dist
107-
dist-types
107+
dist-types
108+
109+
.yarn

package.json

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statusneo/backstage-plugin-github",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "ISC",
@@ -60,15 +60,23 @@
6060
"files": [
6161
"dist"
6262
],
63-
"contributors": [{
64-
"email": "[email protected]",
65-
"url": "https://github.com/Abhay-soni-developer",
66-
"name": "abhaysoni"
67-
}],
68-
"maintainers": [{
69-
"email": "[email protected]",
70-
"url": "https://github.com/Abhay-soni-developer",
71-
"name": "abhaysoni"
72-
}],
73-
"keywords": ["backstage", "statusneo", "github"]
63+
"contributors": [
64+
{
65+
"email": "[email protected]",
66+
"url": "https://github.com/Abhay-soni-developer",
67+
"name": "abhaysoni"
68+
}
69+
],
70+
"maintainers": [
71+
{
72+
"email": "[email protected]",
73+
"url": "https://github.com/Abhay-soni-developer",
74+
"name": "abhaysoni"
75+
}
76+
],
77+
"keywords": [
78+
"backstage",
79+
"statusneo",
80+
"github"
81+
]
7482
}

src/api/GithubApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export interface GithubApi {
1111
}
1212

1313
export const githubApiRef = createApiRef<GithubApi>({
14-
id: 'plugin.github.service',
14+
id: 'plugin.github.statusneo.service',
1515
});

0 commit comments

Comments
 (0)