Merge pull request #1348 from ekamgit/patch-1

Update hooks structure requirements
This commit is contained in:
Jim LAURIE 2018-06-12 14:01:40 +02:00 committed by GitHub
commit eef86d1bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,9 @@ Every folder that follows this name pattern `strapi-*` in your `./node_modules`
A hook needs to follow the structure below:
```
/lib
- index.js
/hook
└─── lib
- index.js
- LICENSE.md
- package.json
- README.md