diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..3d4696c --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +coverage +examples +test +.* +docs diff --git a/package.json b/package.json index 3038f79..d2c62fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transitory", - "version": "2.0.0", + "version": "2.0.1", "description": "In-memory cache with high hit rates via LFU eviction. Supports time-based expiration, automatic loading and metrics.", "license": "MIT", "repository": "aholstenson/transitory",