5.1.0 • Published 8 years ago

material-admin-login-service v5.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

5.0.3

8 years ago

5.0.2

8 years ago

4.0.15

8 years ago

4.0.14

8 years ago

4.0.13

8 years ago

4.0.11

8 years ago

4.0.10

8 years ago

4.0.9

8 years ago

4.0.8

8 years ago

4.0.7

8 years ago

4.0.6

8 years ago

4.0.5

8 years ago

4.0.4

8 years ago

4.0.0

8 years ago