angular-highlightjs
angular-highlightjs copied to clipboard
Updated readme
added bower install highlightjs and used ---save parameter when installing packages
There's no --save
nor --save-dev
presented at https://github.com/angular-ui/ui-router/blob/master/README.md#get-started.
I believe they meant to let the user to decide whether to add it or not?
Whats wrong with --save? it just adds the new dependency to your package.json/bower.json. Sure, you can add it manually....
Installing highlightjs separately wouldn't be necessary if it is listed in angular-highlightjs's bower.json file as a dependency.
@ethanhann Actually, the highlight.js dependency was removed from bower.json
due to #28 .
Ah, I understand the situation. Dependencies can be overridden in bower.json anyway, which is handy for allowing tools like wiredep to work, so it isn't a big deal.