Skip to content

Commit f74d796

Browse files
committed
Upgrade gulp-shared-tasks 0.2.5 -> 0.2.6
1 parent c25cdb8 commit f74d796

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "eslint-config-standard-prettier-fp",
33
"version": "15.1.1",
44
"main": "dist/.eslintrc.json",
5-
"files": ["dist", "!*~"],
5+
"files": [
6+
"dist",
7+
"!*~"
8+
],
69
"scripts": {
710
"test": "gulp test"
811
},
@@ -64,7 +67,7 @@
6467
"eslint-plugin-you-dont-need-lodash-underscore": "^6.4.0",
6568
"execa": "^1.0.0",
6669
"gulp": "^4.0.0",
67-
"gulp-shared-tasks": "^0.2.5",
70+
"gulp-shared-tasks": "^0.2.6",
6871
"husky": "^1.3.1",
6972
"prettier": "^1.16.4"
7073
},

0 commit comments

Comments
 (0)