Skip to content

Commit 0ef9ec8

Browse files
committed
RxJS 6 support
1 parent 474e731 commit 0ef9ec8

8 files changed

+10777
-669
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54

65
addons:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![npm version](https://badge.fury.io/js/angular2-token.svg)](https://badge.fury.io/js/angular2-token)
88
[![npm downloads](https://img.shields.io/npm/dt/angular2-token.svg)](https://npmjs.org/angular2-token)
99
[![Build Status](https://travis-ci.org/neroniaky/angular2-token.svg?branch=master)](https://travis-ci.org/neroniaky/angular2-token)
10-
[![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)
10+
1111

1212
Token based authentication service for Angular with multiple user support. Angular2-Token works best with the [devise token auth](https://github.com/lynndylanhurley/devise_token_auth) gem for Rails.
1313
Angular2-Token is currently in Beta. Any contribution is much appreciated.

ng-package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"name": "angular2-token",
4-
"version": "0.2.0-beta.14",
4+
"version": "0.2.0",
55
"repository": "https://github.com/neroniaky/angular2-token.git",
66
"author": "Jan-Philipp Riethmacher <[email protected]>",
77
"license": "MIT",
88
"peerDependencies": {
9-
"@angular/common": ">=5",
10-
"@angular/core": ">=5",
11-
"@angular/http": ">=5",
12-
"@angular/router": ">=5"
9+
"@angular/common": "^5.0.0 || ^6.0.0",
10+
"@angular/core": "^5.0.0 || ^6.0.0",
11+
"@angular/http": "^5.0.0 || ^6.0.0",
12+
"@angular/router": "^5.0.0 || ^6.0.0"
1313
},
1414
"ngPackage": {
1515
"lib": {

0 commit comments

Comments
 (0)