Skip to content

Commit

Permalink
memcache - version bump to 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 20, 2024
1 parent 71011a3 commit 51b1ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/memcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyv/memcache",
"version": "1.4.0",
"version": "2.0.0-rc.1",
"description": "Memcache storage adapter for Keyv",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -12,7 +12,7 @@
}
},
"scripts": {
"build": "tsc --project tsconfig.csj.json && tsc --project tsconfig.esm.json",
"build": "rm -rf dist && tsc --project tsconfig.csj.json && tsc --project tsconfig.esm.json",
"prepare": "yarn build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest --run --sequence.setupFiles=list",
Expand Down

0 comments on commit 51b1ff8

Please sign in to comment.