We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdff49 commit 549b585Copy full SHA for 549b585
README.md
@@ -202,6 +202,9 @@ Credit largely goes to @sindresorhus for his [load-grunt-plugins](https://github
202
203
## Changelog
204
205
+##### 2.0.5
206
+- Update dependencies
207
+
208
##### 2.0.4
209
- Update dependencies
210
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-load-plugins",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "Automatically load any gulp plugins in your package.json",
5
"scripts": {
6
"test": "yarn run lint && NODE_PATH=test/global_modules mocha",
0 commit comments