Skip to content

Commit

Permalink
Update template and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed May 8, 2018
1 parent b3cb746 commit 87d6a44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
},
"license": "<%= license %>",
"dependencies": {
"angular": "~1.6.6",
"angular-animate": "~1.6.6",
"angular-ui-router": "~0.4.3",
"angular": "~1.6.10",
"angular-animate": "~1.6.10",
"angular-ui-router": "~1.0.3",
"bootstrap": "~3.3.0",
"jquery": "~3.2.1"
"jquery": "~3.3.1"
},
"devDependencies": {
"angular-mocks": "~1.6.6",
"angular-mocks": "~1.6.10",
"coveralls": "~3.0.0",
"gulp": "~3.9.1",
"gulp-add-src": "~1.0.0",
"gulp-ajsweb": "~1.6.10",
"gulp-imagemin": "~4.1.0",
"gulp-ngdocs-components": "~0.1.4",
"gulp-order": "~1.1.1",
"gulp-sass": "~3.1.0",
"karma": "~1.7.1"
"gulp-sass": "~4.0.1",
"karma": "~2.0.2"
},
"scripts": {
"clean": "gulp clean",
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.6.9",
"version": "1.6.10",
"description": "Yeoman Gulp generator for AngularJS Web Application",
"homepage": "https://github.com/yadickson/generator-ajsweb",
"author": {
Expand Down

0 comments on commit 87d6a44

Please sign in to comment.