File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 104104.tern-port
105105
106106dist
107- dist-types
107+ dist-types
108+
109+ .yarn
Original file line number Diff line number Diff line change 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" ,
6060 "files" : [
6161 " dist"
6262 ],
63- "contributors" : [{
64- "email" : " abhaysoni.developer@gmail.com" ,
65- "url" : " https://github.com/Abhay-soni-developer" ,
66- "name" : " abhaysoni"
67- }],
68- "maintainers" : [{
69- "email" : " abhaysoni.developer@gmail.com" ,
70- "url" : " https://github.com/Abhay-soni-developer" ,
71- "name" : " abhaysoni"
72- }],
73- "keywords" : [" backstage" , " statusneo" , " github" ]
63+ "contributors" : [
64+ {
65+ "email" : " abhaysoni.developer@gmail.com" ,
66+ "url" : " https://github.com/Abhay-soni-developer" ,
67+ "name" : " abhaysoni"
68+ }
69+ ],
70+ "maintainers" : [
71+ {
72+ "email" : " abhaysoni.developer@gmail.com" ,
73+ "url" : " https://github.com/Abhay-soni-developer" ,
74+ "name" : " abhaysoni"
75+ }
76+ ],
77+ "keywords" : [
78+ " backstage" ,
79+ " statusneo" ,
80+ " github"
81+ ]
7482}
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ export interface GithubApi {
1111}
1212
1313export const githubApiRef = createApiRef < GithubApi > ( {
14- id : 'plugin.github.service' ,
14+ id : 'plugin.github.statusneo. service' ,
1515} ) ;
You can’t perform that action at this time.
0 commit comments