Skip to content

Commit

Permalink
Merge pull request #77 from asghol/master
Browse files Browse the repository at this point in the history
No longer depending on gulp-util as it is deprecated, closes #76
  • Loading branch information
karellm authored Feb 21, 2018
2 parents 0dd40a9 + e23eede commit 61c7201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var gutil = require('gulp-util');
var PluginError = gutil.PluginError;
var PluginError = require('plugin-error');
var Transform = require('stream').Transform;
var util = require('util');
var helpers = require('./src/helpers');
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"url": "https://github.com/i18next/i18next-parser"
},
"dependencies": {
"lodash": "~4.17.3",
"readdirp": "~2.1.0",
"concat-stream": "~1.6.0",
"colors": "~1.1.2",
"commander": "~2.9.0",
"concat-stream": "~1.6.0",
"lodash": "~4.17.3",
"mkdirp": "~0.5.1",
"colors": "~1.1.2",
"plugin-error": "^1.0.1",
"readdirp": "~2.1.0",
"through2": "~2.0.3",
"vinyl": "~2.0.1",
"gulp-util": "~3.0.7"
"vinyl": "~2.0.1"
},
"engines": {
"node": ">=0.10.22"
Expand Down

0 comments on commit 61c7201

Please sign in to comment.