Skip to content

Commit

Permalink
Merge branch 'master' into es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Jun 28, 2019
2 parents 3f511ce + a8f5b64 commit 707912b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
sudo: false
language: node_js
node_js:
- "4"
- "8"
7 changes: 7 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# gulp-load-plugins

# Maintainers wanted!

I no longer use Gulp and therefore I'm not able to maintain this plugin as well as I'd like. If you would like to, please get in touch on Twitter (@Jack_Franklin).

[![npm](https://nodei.co/npm/gulp-load-plugins.svg?downloads=true)](https://nodei.co/npm/gulp-load-plugins/)

> Loads gulp plugins from package dependencies and attaches them to an object of your choice.
Expand Down Expand Up @@ -188,6 +192,9 @@ Credit largely goes to @sindresorhus for his [load-grunt-plugins](https://github

## Changelog

##### 1.6.0
- Bump some dependencies that had security vulnerabilities - thanks @tombye - [PR](https://github.com/jackfranklin/gulp-load-plugins/pull/138)

##### 1.5.0
- added `overridePattern` - thanks @bretkikehara - [PR](https://github.com/jackfranklin/gulp-load-plugins/pull/127)

Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-load-plugins",
"version": "1.5.0",
"version": "1.6.0",
"description": "Automatically load any gulp plugins in your package.json",
"scripts": {
"test": "npm run lint && NODE_PATH=test/global_modules mocha",
Expand Down Expand Up @@ -43,10 +43,10 @@
"dependencies": {
"array-unique": "^0.2.1",
"fancy-log": "^1.2.0",
"findup-sync": "^0.4.0",
"findup-sync": "^3.0.0",
"gulplog": "^1.0.0",
"has-gulplog": "^0.1.0",
"micromatch": "^2.3.8",
"micromatch": "^3.1.10",
"resolve": "^1.1.7"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.3.2",
"eslint-plugin-standard": "1.3.2",
"mocha": "^2.1.0",
"mocha": "^6.1.4",
"proxyquire": "^1.0.1",
"sinon": "^1.9.1"
}
Expand Down

0 comments on commit 707912b

Please sign in to comment.