Skip to content

Commit

Permalink
Remove bower documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmaschta committed Feb 1, 2017
1 parent b11ed28 commit 9aab042
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -8,7 +8,6 @@ lib/
node_modules
npm-debug.log
src/css
src/javascripts/bower_components
src/javascripts/config.js
src/javascripts/test/fixtures/examples/blog
src/styles/*.css
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -12,14 +12,14 @@ Plug me to your RESTFul API to get a complete administration interface (datagrid

## Installation

The current ng-admin version (master) depends on Angular.js 1.4. If you need compatibility with Angular 1.3, use [ng-admin 0.9](https://github.com/marmelab/ng-admin/releases/tag/v0.9.1).
The current ng-admin version (master) depends on Angular.js 1.6. If you need compatibility with Angular 1.3, use [ng-admin 0.9](https://github.com/marmelab/ng-admin/releases/tag/v0.9.1).

Grab ng-admin from your favorite package manager, `npm` or `bower`:
Grab ng-admin from your favorite package manager:

```sh
npm install ng-admin --save
# or
bower install ng-admin --save
yarn install ng-admin
```

### With a Module Bundler
Expand Down Expand Up @@ -260,7 +260,7 @@ git add build
git commit -m 'update built files'
git push origin master
git tag vx.x.x
# publish to bower
# create a new tag
git push origin --tags
# publish to npm
npm publish
Expand Down
4 changes: 2 additions & 2 deletions doc/Installation.md
@@ -1,11 +1,11 @@
# Installation

Grab ng-admin from your favorite package manager, `npm` or `bower`:
Grab ng-admin from your favorite package manager:

```sh
npm install ng-admin --save
# or
bower install ng-admin --save
yarn install ng-admin
```

Add the `ng-admin.min.css` and `ng-admin.min.js` to the HTML, add a `<div ui-view="ng-admin">`, and configure the admin:
Expand Down

0 comments on commit 9aab042

Please sign in to comment.