Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
feat(logger): define logger package
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Oct 23, 2023
1 parent e3635e2 commit 5beaaf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/logger/src/define-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ export const definePackage = (packageName: string, version: string) => {

Alwatr.packages[packageName] = version;
};

definePackage('logger', '2.x');

0 comments on commit 5beaaf4

Please sign in to comment.