Package json deconstructed creating a new file containing only the version
Signed-off-by: armandocomellas1 <cgarmando@google.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import { GcpApi } from './GcpApi';
|
||||
import { Operation, Project } from './types';
|
||||
import { OAuthApi } from '@backstage/core-plugin-api';
|
||||
import packageinfo from '../../package.json';
|
||||
import packageinfo from '../../version.json';
|
||||
|
||||
const BASE_URL =
|
||||
'https://content-cloudresourcemanager.googleapis.com/v1/projects';
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"version": "0.3.46-next.1"
|
||||
}
|
||||
Reference in New Issue
Block a user