Skip to content

Commit

Permalink
📝 Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang committed Jul 3, 2018
1 parent 61b6302 commit 6713178
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export interface ICacheOptions<T> {
*
* Cache of fetch data
* @author
* ()
* @version 0.1.8
* zswang (http://weibo.com/zswang)
* @version 0.1.9
* @date 2018-07-03
*/
export declare class Cache<T> {
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {
*
* Cache of fetch data
* @author
* ()
* @version 0.1.8
* zswang (http://weibo.com/zswang)
* @version 0.1.9
* @date 2018-07-03
*/
var Cache = /** @class */ (function () {
Expand Down
4 changes: 2 additions & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export interface ICacheOptions<T> {
*
* Cache of fetch data
* @author
* ()
* @version 0.1.8
* zswang (http://weibo.com/zswang)
* @version 0.1.9
* @date 2018-07-03
*/
export class Cache<T> {
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jfetchs",
"version": "0.1.8",
"version": "0.1.9",
"description": "Cache of fetch data",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -17,7 +17,10 @@
"type": "git",
"url": "git+https://github.com/zswang/jfetchs.git"
},
"author": "",
"author": {
"name": "zswang",
"url": "http://weibo.com/zswang"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zswang/jfetchs/issues"
Expand Down

0 comments on commit 6713178

Please sign in to comment.