-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
# skeleton package | ||
|
||
This package can be copied when a new package should be created. | ||
|
||
### Steps after copying: | ||
|
||
- Adjust "name", "description", and "private" in `package.json`. | ||
- Adjust README.md | ||
- Put this package into root `/package.json` "jest.references". | ||
- Put this package into root `/tsconfig.json` "references". | ||
- Put this package into root `/tsconfig.esm.json` "references". | ||
- Add dependencies to `package.json` and run `node sync-tsconfig-deps.js` to adjust tsconfig automatically. | ||
- Add to .github/workflows/main.yml tsc build step if necessary. | ||
- Add to typedoc build in deepkit-website if necessary. | ||
# Deepkit FTP Storage adapter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,6 +120,9 @@ | |
}, | ||
{ | ||
"path": "packages/storage-ftp/tsconfig.json" | ||
}, | ||
{ | ||
"path": "packages/storage-sftp/tsconfig.json" | ||
} | ||
] | ||
} |