angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.94k forks source link

feat(bower): add npm script for updating bower dependencies as well #384

Closed gkalpak closed 7 years ago

gkalpak commented 7 years ago

This mainly fixes #383, by adding an npm script (update-deps) for updating bower dependencies as well as npm ones. Previously, is was suggested (in README.md) to run bower update, which would only work if bower was globally installed. Since a global bower installation should not be a prerequisite for the seed project, it is now possible to update bower dependencies via the new update-deps npm script.

The PR includes the following (mostly minor) docs changes in separate commits:

  1. Remove the outdated CloudBees integration.
  2. Highlight the JDK dependency in the "Depedencies" section.
  3. Minor typo/wording/style improvements.
gkalpak commented 7 years ago

/cc @petebacondarwin

petebacondarwin commented 7 years ago

LGTM - one small suggestion

petebacondarwin commented 7 years ago

+1