Skip to content

Commit

Permalink
RxJS 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
neroniaky committed Jun 16, 2018
1 parent 474e731 commit 0ef9ec8
Show file tree
Hide file tree
Showing 8 changed files with 10,777 additions and 669 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "8"
- "10"

addons:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![npm version](https://badge.fury.io/js/angular2-token.svg)](https://badge.fury.io/js/angular2-token)
[![npm downloads](https://img.shields.io/npm/dt/angular2-token.svg)](https://npmjs.org/angular2-token)
[![Build Status](https://travis-ci.org/neroniaky/angular2-token.svg?branch=master)](https://travis-ci.org/neroniaky/angular2-token)
[![Angular 2 Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)


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.
Angular2-Token is currently in Beta. Any contribution is much appreciated.
Expand Down
10 changes: 5 additions & 5 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"name": "angular2-token",
"version": "0.2.0-beta.14",
"version": "0.2.0",
"repository": "https://github.com/neroniaky/angular2-token.git",
"author": "Jan-Philipp Riethmacher <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=5",
"@angular/core": ">=5",
"@angular/http": ">=5",
"@angular/router": ">=5"
"@angular/common": "^5.0.0 || ^6.0.0",
"@angular/core": "^5.0.0 || ^6.0.0",
"@angular/http": "^5.0.0 || ^6.0.0",
"@angular/router": "^5.0.0 || ^6.0.0"
},
"ngPackage": {
"lib": {
Expand Down
Loading

0 comments on commit 0ef9ec8

Please sign in to comment.