Skip to content
/ FDC3 Public
forked from finos/FDC3

Commit

Permalink
feat(finos#1297): fdc3 monorepo - convert fdc3 for web implementation…
Browse files Browse the repository at this point in the history
… from yarn to npm workspaces
  • Loading branch information
Lecss committed Jul 29, 2024
1 parent 28bd333 commit ad40ead
Show file tree
Hide file tree
Showing 16 changed files with 8,474 additions and 44 deletions.
4 changes: 4 additions & 0 deletions fdc3-for-web-implementation/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Omit the registry url which can be an organization's internal npm mirror when generating package-lock.json file
# see: https://github.com/npm/cli/pull/4874
# and https://docs.npmjs.com/cli/v8/using-npm/config#omit-lockfile-registry-resolved
omit-lockfile-registry-resolved = true
2 changes: 0 additions & 2 deletions fdc3-for-web-implementation/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
}
Loading

0 comments on commit ad40ead

Please sign in to comment.