Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Mar 13, 2019
1 parent 22e5cd4 commit 46a7621
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "gulp-print",
"version": "5.0.1",
"version": "5.0.2",
"description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",
"files": ["gulp-print.d.ts", "gulp-print.js", "gulp-print.js.map"],
"keywords": ["gulpplugin", "log", "print", "debug", "status"],
"files": [
"gulp-print.d.ts",
"gulp-print.js",
"gulp-print.js.map"
],
"keywords": [
"gulpplugin",
"log",
"print",
"debug",
"status"
],
"homepage": "https://github.com/alexgorbatchev/gulp-print",
"bugs": "https://github.com/alexgorbatchev/gulp-print/issues",
"author": {
Expand Down

0 comments on commit 46a7621

Please sign in to comment.