Skip to content

Commit 16e1506

Browse files
committed
Final: Library Working
1 parent 69f650c commit 16e1506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "ghost-cache",
33
"displayName": "GhostCache API Cache",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "A lightweight auto-caching wrapper for fetch() and Axios with multi-storage support (localStorage, sessionStorage, IndexedDB, Redis)",
66
"main": "dist/index.js",
77
"types": "index.d.ts",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/yourusername/ghost-cache.git"
10+
"url": "https://github.com/hoangsonww/GhostCache-API-Cache.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/yourusername/ghost-cache/issues"
13+
"url": "https://github.com/hoangsonww/GhostCache-API-Cache/issues"
1414
},
15-
"homepage": "https://github.com/yourusername/ghost-cache#readme",
15+
"homepage": "https://github.com/hoangsonww/GhostCache-API-Cache#readme",
1616
"scripts": {
1717
"build": "tsc",
1818
"test": "jest --coverage",

0 commit comments

Comments
 (0)