You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/writing-a-plugin/guidelines.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
1. Use modules from our [recommended modules page](recommended-modules.md) to make your life easier
38
38
1. Do NOT require `gulp` as a dependency or peerDependency in your plugin
39
39
- Using gulp to test or automate your plugin workflow is totally cool, just make sure you put it as a devDependency
40
-
- Requiring gulp as a dependency of your plugin means that anyone who installs your plugin is also installing a new gulp, and it's entire dependency tree.
40
+
- Requiring gulp as a dependency of your plugin means that anyone who installs your plugin is also installing a new gulp and its entire dependency tree.
41
41
- There is no reason you should be using gulp within your actual plugin code. If you find yourself doing this open an issue so we can help you out.
0 commit comments