Skip to content

Commit

Permalink
Create npm mono repo for account-management
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Nov 9, 2023
1 parent f261b0e commit 151bed9
Show file tree
Hide file tree
Showing 9 changed files with 7,378 additions and 12,998 deletions.
3 changes: 3 additions & 0 deletions application/PlatformPlatform.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "shared-kernel\Tests\Tests.csproj", "{B232D7BB-396A-46FE-B6D2-95041412C835}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "account-management", "account-management", "{EEA1463E-71F8-44E6-8055-787DAA5E62D2}"
ProjectSection(SolutionItems) = preProject
account-management\package.json = account-management\package.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "account-management\Api\Api.csproj", "{4AF4767C-1BF5-4B86-9050-F05ABF6AF4BE}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "account-management-api",
"name": "@platform-platform/account-management-api",
"version": "1.0.0",
"description": "NPM package containing account management api typings for the client to use",
"private": true,
"typings": "./schema.d.ts"
Expand Down
Loading

0 comments on commit 151bed9

Please sign in to comment.