From aca547c7ee1a42f3c46ccd080eb213dbf934f21d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 14 Jul 2024 00:06:47 +0200 Subject: [PATCH] Meta tweaks --- package.json | 1 + readme.md | 16 ++-------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 2774462..1ce01b0 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "type": "module", "exports": "./index.js", + "sideEffects": false, "engines": { "node": ">=18" }, diff --git a/readme.md b/readme.md index 0f263c2..15a4893 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,8 @@ Example: `~/.config/configstore/some-id.json` ## Install -``` -$ npm install configstore +```sh +npm install configstore ``` ## Usage @@ -125,15 +125,3 @@ config.all = { hello: 'world' }; ``` - ---- - -
- - Get professional support for this package with a Tidelift subscription - -
- - Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. -
-