Skip to content

Commit

Permalink
bumped version to 3.0.0 and min version of angular to >=5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiisol committed Nov 15, 2017
1 parent 69298d6 commit 721c616
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Angular 4.3.0+ Authentication
# Angular 5+ Authentication

This package provides authentication module with interceptor

Expand All @@ -8,6 +8,11 @@ This package provides authentication module with interceptor
npm install ngx-auth --save
```

Note: If you want to use library for angular 4, use version 2.2.0
```
npm install ngx-auth@2.2.0 --save
```

## Full example
Full example you can find in this repo [serhiisol/ngx-auth-example](/~https://github.com/serhiisol/ngx-auth-example)

Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-auth",
"version": "2.3.0",
"description": "Angular 4.3.0+ Authentication module",
"version": "3.0.0",
"description": "Angular 5+ Authentication module",
"repository": "/~https://github.com/serhiisol/ngx-auth",
"keywords": [
"angular2",
Expand All @@ -13,21 +13,23 @@
"author": "Serhii Sol",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=4.3.2",
"@angular/common": ">=4.3.2",
"@angular/router": ">=4.3.2",
"@angular/core": ">=5.0.1",
"@angular/common": ">=5.0.1",
"@angular/router": ">=5.0.1",
"rxjs": ">=5.4.2"
},
"devDependencies": {
"@angular/core": ">=4.3.2",
"@angular/common": ">=4.3.2",
"@angular/router": ">=4.3.2",
"@angular/compiler": ">=4.3.2",
"@angular/platform-browser": ">=4.3.2",
"@angular/platform-browser-dynamic": ">=4.3.2",
"@angular/core": ">=5.0.1",
"@angular/common": ">=5.0.1",
"@angular/router": ">=5.0.1",
"@angular/compiler": ">=5.0.1",
"@angular/platform-browser": ">=5.0.1",
"@angular/platform-browser-dynamic": ">=5.0.1",
"@angular/cli": "1.5.0",
"@angular/compiler-cli": ">=5.0.1",
"@angular/language-service": ">=5.0.1",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.17",
"rxjs": ">=5.4.2",
"zone.js": ">=0.8.16",
"awesome-typescript-loader": "3.2.2",
"jasmine-core": "2.7.0",
Expand All @@ -42,9 +44,6 @@
"webpack": "3.4.1",
"webpack-dev-server": "2.6.1",
"typescript": "2.4.2",
"@angular/cli": "1.5.0",
"@angular/compiler-cli": ">=4.3.2",
"@angular/language-service": ">=4.3.2",
"ng-packagr": "1.6.0-rc.0"
},
"scripts": {
Expand Down

0 comments on commit 721c616

Please sign in to comment.