From 9aab0423018c5c6517ea2547bf2705d8a08c565c Mon Sep 17 00:00:00 2001 From: Kmaschta Date: Wed, 1 Feb 2017 17:41:22 +0100 Subject: [PATCH] Remove bower documentation --- .bowerrc | 3 --- .gitignore | 1 - README.md | 8 ++++---- doc/Installation.md | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 .bowerrc diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 61eeaee8..00000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory": "src/javascripts/bower_components" -} diff --git a/.gitignore b/.gitignore index c6da0495..4abc9e66 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index eb558215..29782db0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/doc/Installation.md b/doc/Installation.md index f7b541f8..2c99870e 100644 --- a/doc/Installation.md +++ b/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 `
`, and configure the admin: