robbestad / react-iframe

Simple solution for using iframes in React
ISC License
436 stars 79 forks source link

Fix: Warning: Setting pre-commit script in package.json > scripts will be deprecated #103

Closed nagamejun closed 2 years ago

nagamejun commented 3 years ago
$ git commit -av

Warning: Setting pre-commit script in package.json > scripts will be deprecated
Please move it to husky.hooks in package.json, a .huskyrc file, or a husky.config.js file
Or run ./node_modules/.bin/husky-upgrade for automatic update

See https://github.com/typicode/husky for usage

move husky git hook from 'script' to 'husky' in package.json