Skip to content

Commit

Permalink
Update gulp-ajsweb version
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Jan 14, 2019
1 parent 4db8463 commit 59927cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let orderBy = [
];

let options = {
target = './',
target: './',
buildPath: 'build',
distPath: 'dist',
addpaths: addpaths,
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"coveralls": "~3.0.0",
"gulp": "~3.9.1",
"gulp-add-src": "~1.0.0",
"gulp-ajsweb": "~1.7.2",
"gulp-ajsweb": "~1.7.3",
"gulp-imagemin": "~4.1.0",
"gulp-ngdocs-components": "~0.1.4",
"gulp-order": "~1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ajsweb",
"version": "1.7.2",
"version": "1.7.3",
"description": "Yeoman Gulp generator for AngularJS Web Application",
"homepage": "https://github.com/yadickson/generator-ajsweb",
"author": {
Expand Down

0 comments on commit 59927cd

Please sign in to comment.