File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -928,15 +928,14 @@ type PackageJson = import('type-fest').PackageJson & {
928928 /**
929929 * not an official package.json field, but there is a library that does something similar to this: https://github.com/Metnew/git-hash-package
930930 * having git.sha point to a commit hash seems pretty useful to me, even if it's not standard.
931- * tagging versions in git is still a good best practice but there are many different ways, e.g. `1.2.3` vs `v1.2.3` vs `mypgk @1.2.3` vs `mypkg@v1.2.3`
931+ * tagging versions in git is still a good best practice but there are many different ways, e.g. `1.2.3` vs `v1.2.3` vs `mypkg @1.2.3` vs `mypkg@v1.2.3`
932932 * plus, that's only useful in going from git to npm, not npm to git.
933933 */
934934 git ?: { sha ?: string }
935935}
936936
937937type PkgMeta = {
938938 folder : string
939- lastPublished : PackageJson | null
940939 targetVersion : string | null
941940 shas : {
942941 left : string
You can’t perform that action at this time.
0 commit comments