Skip to content

Commit

Permalink
feat: new build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Oct 25, 2024
1 parent 38e9e3b commit 5824d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface DependencyContext {
export interface RevisionMeta {
files: {
[key: string]: {
mod_date: number; // modified_at
modifyedDate: number; // modified_at
dependencies: {
[type: string]: string[];
};
Expand Down

0 comments on commit 5824d22

Please sign in to comment.