Skip to content

Commit

Permalink
release: v1.4.0RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKucal committed Feb 25, 2018
1 parent 346d046 commit bec392d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This library adds decorators that make it super easy to *automagically* save and


## Installation
1. Download the library: `npm install ngx-store --save`
1. Download the library: `npm i ngx-store --save` or `npm i ngx-store@RC` for latest version
2. Import the WebStorageModule in your `app.module.ts`:
```typescript
import { NgModule } from '@angular/core';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-store",
"private": true,
"version": "1.4.0-RC5",
"version": "1.4.0-RC6",
"description": "Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.",
"main": "./ngx-store.js",
"main for angular5": "./bundles/ngx-store.umd.js",
Expand Down

0 comments on commit bec392d

Please sign in to comment.