Skip to content

Commit e1cb052

Browse files
authored
Fix package name formatting in package.json
1 parent 78259cc commit e1cb052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@chenyfan/cache-db",
2+
"name": "@chenyfan\/cache-db",
33
"version": "1.1.6",
44
"description": "A common Key/Value database working on both DOM/WebWorker with auto type convert, based on CacheStorage.",
55
"main": "./dist/index.min.js",
@@ -21,4 +21,4 @@
2121
"webpack": "^5.91.0",
2222
"webpack-cli": "^5.1.4"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)