Skip to content

Commit

Permalink
chore: add gitHead to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
czewail committed Feb 19, 2025
1 parent 4d87844 commit e9d67d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"@types/node-fetch": "^2.5.10",
"@types/nodemon": "^1.19.0",
"@types/pluralize": "0.0.29"
}
},
"gitHead": "4d87844d5c3483689a94a63ac992c98ab9ff1224"
}
3 changes: 2 additions & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"@dazejs/cli": "1.0.2",
"chalk": "^4.1.1",
"commander": "^7.2.0"
}
},
"gitHead": "4d87844d5c3483689a94a63ac992c98ab9ff1224"
}
3 changes: 2 additions & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@
"@types/statuses": "1.5.0",
"@types/string-hash": "1.1.1",
"@types/underscore.string": "0.0.38"
}
},
"gitHead": "4d87844d5c3483689a94a63ac992c98ab9ff1224"
}

0 comments on commit e9d67d9

Please sign in to comment.