5.1.0 • Published 9 years ago

material-admin-login-service v5.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Material Admin Login Service

Build Status

Installation

NPM

npm install --save material-admin-login-service
import LoginService from 'material-admin-login-service';

const loginService = new LoginService({ /* options... */ });

Bower

bower install --save https://npmcdn.com/material-admin-login-service@latest/dist/login.service.js

Or using bower.json:

{
  "dependencies": {
    "material-admin-login-service": "https://npmcdn.com/material-admin-login-service@latest/dist/login.service.js"
  }
}

The library provides the global MaterialAdminLoginService.

Build

CommandEffect
npm testRun tests.
npm run buildBuilds commonjs and UMD bundle to dist/

Deploying a new version

  1. Use npm version
  2. git push --tags - make sure you're pushing tags
  3. Travis handles the rest.
5.1.0

9 years ago

5.0.3

10 years ago

5.0.2

10 years ago

4.0.15

10 years ago

4.0.14

10 years ago

4.0.13

10 years ago

4.0.11

10 years ago

4.0.10

10 years ago

4.0.9

10 years ago

4.0.8

10 years ago

4.0.7

10 years ago

4.0.6

10 years ago

4.0.5

10 years ago

4.0.4

10 years ago

4.0.0

10 years ago