We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fcffd commit 07387b8Copy full SHA for 07387b8
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.2
206
+- Update dependencies
207
+
208
##### 2.0.1
209
- Update dependencies and minor JS improvements
210
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-load-plugins",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Automatically load any gulp plugins in your package.json",
5
"scripts": {
6
"test": "npm run lint && NODE_PATH=test/global_modules mocha",
0 commit comments