We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053ef73 commit 730c927Copy full SHA for 730c927
src/categories/js/husky/husky.entrypoint.ts
@@ -1,5 +1,5 @@
1
import { addScripts, installDevelopmentDependencies, runScript } from 'src/utils/npm';
2
-import { PACKAGE_NAME } from './husky.utils';
+import { PACKAGE_NAME } from './husky.config';
3
4
export const husky = async () => {
5
await installDevelopmentDependencies(PACKAGE_NAME);
0 commit comments