diff --git a/.gitignore b/.gitignore index fd4f2b06..0ce552f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +/tmp/ diff --git a/app/templates/bower.json b/app/templates/bower.json index 28ca3424..9019b84a 100644 --- a/app/templates/bower.json +++ b/app/templates/bower.json @@ -32,6 +32,6 @@ }, "private": true, "resolutions": { - "angular": "1.4.7" + "angular": "~1.4.4" } }