Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WezomDev committed Sep 10, 2020
1 parent 851718e commit dfea210
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-ejs-monster",
"version": "3.2.1",
"version": "3.2.2",
"description": "Gulp plugin for ejs with steroids",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,8 +42,7 @@
"lodash": "^4.17.15",
"plugin-error": "^0.1.2",
"rewrite-ext": "^1.0.0",
"through2": "^2.0.3",
"yargs-parser": "^13.1.2"
"through2": "^2.0.3"
},
"devDependencies": {
"del": "^3.0.0",
Expand All @@ -55,6 +54,7 @@
"jsdoc-simple-theme": "^1.1.0",
"lodash.template": "^4.5.0",
"snazzy": "^7.0.0",
"yargs": "^15.3.1"
"yargs": "^15.3.1",
"yargs-parser": "^13.1.2"
}
}

0 comments on commit dfea210

Please sign in to comment.