Skip to content

Commit bcada1e

Browse files
authored
fix: add missing premove dep (#1108)
the clean npm run script depends on premove, so we add the dep. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
1 parent b7380c4 commit bcada1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"execa": "^4.0.3",
3939
"globby": "^11.0.1",
4040
"graphviz-cli": "^1.0.0",
41-
"hugo-extended": "^0.74.3"
41+
"hugo-extended": "^0.74.3",
42+
"premove": "^3.0.1"
4243
}
4344
}

0 commit comments

Comments
 (0)