Skip to content

Commit

Permalink
changes in readme & package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep91 committed Apr 25, 2016
1 parent 5ac898e commit e64b9cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ To know more see [Usage in AngularJS](#usage-in-angularjs)
* #### Installing via bower

```sh
$ bower install js-cache-factory --save
$ bower install js-cache --save
```

* #### Download via cdn

```sh
Download @ -- pending
Comming soon ...
```

## Configuration
Expand Down Expand Up @@ -127,9 +127,12 @@ To know more see [Usage in AngularJS](#usage-in-angularjs)

## Api Reference

Comming soon ...

## Docs

Comming soon ...


## Testing
Run
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jsCache",
"name": "js-cache",
"version": "v1.0.0",
"description": "jsCache is a fast and small JavaScript library used for caching at client side. It helps you to decrease your server load and increase your application performance by caching api for the time period you want. Not only api you can case every type of data with desired time you want. It leverage you to organize your caching in different objects with different type of storage and different time for expiry of your caching. Its Awesome, i promise you will love it just check it out",
"main": [
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "jsCache",
"name": "js-cache-factory",
"version": "v1.0.0",
"description": "jsCache is a fast and small JavaScript library used for caching at client side. It helps you to decrease your server load and increase your application performance by caching api for the time period you want. Not only api you can case every type of data with desired time you want. It leverage you to organize your caching in different objects with different type of storage and different time for expiry of your caching. Its Awesome, i promise you will love it just check it out",
"main": [
"build/js-cache-min.js"
],
"main": "build/js-cache-min.js",
"scripts": {
"test": "karma start",
"start": "gulp serve"
Expand Down

0 comments on commit e64b9cd

Please sign in to comment.