From 3c000b44403e2751c462377b160b7863523fb684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aper=C3=A7u?= Date: Fri, 6 Mar 2015 01:17:40 +0100 Subject: [PATCH] docs(readme): update architecture graph --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6465594..a41e3f8 100644 --- a/README.md +++ b/README.md @@ -190,17 +190,24 @@ It will create default views for the signup and login. You can easily protect yo ├ bower_components/ ├ index.html ├ app.js - └ karma.conf.js + └ .jshintrc server ├ api/ ├ config/ ├ routes.js - └ server.js - gulpfile.js + ├ server.js + └ .jshintrc bower.json + gulpfile.js + karma.conf.js package.json - .yo-rc.json + protractor.conf.js + .editorconfig + .gitignore + .jscsrc .jshintrc + .travis.yml + .yo-rc.json ## License