Skip to content

Commit

Permalink
fix: add missing premove dep (#1108)
Browse files Browse the repository at this point in the history
the clean npm run script depends on premove, so we add the dep.

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
  • Loading branch information
olizilla committed Aug 26, 2020
1 parent b7380c4 commit bcada1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"execa": "^4.0.3",
"globby": "^11.0.1",
"graphviz-cli": "^1.0.0",
"hugo-extended": "^0.74.3"
"hugo-extended": "^0.74.3",
"premove": "^3.0.1"
}
}

0 comments on commit bcada1e

Please sign in to comment.