diff --git a/README.md b/README.md index 6c6af9d..905c3a1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # Flagsmith NodeJS Client -[![npm version](https://badge.fury.io/js/flagsmith-nodejs.svg)](https://badge.fury.io/js/flagsmith-nodejs) -[![](https://data.jsdelivr.com/v1/package/npm/flagsmith-nodejs/badge)](https://www.jsdelivr.com/package/npm/flagsmith-nodejs) +[![npm version](https://badge.fury.io/js/@flagsmith%2Fnodejs.svg)](https://badge.fury.io/js/@flagsmith%2Fnodejs) +[![](https://data.jsdelivr.com/v1/package/npm/@flagsmith/nodejs/badge)](https://www.jsdelivr.com/package/npm/@flagsmith/nodejs) The SDK clients for NodeJS [https://www.flagsmith.com/](https://www.flagsmith.com/). Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations. +## Installation + +```bash +npm install @flagsmith/nodejs +``` + ## Adding to your project For full documentation visit [https://docs.flagsmith.com/clients/server-side](https://docs.flagsmith.com/clients/server-side). diff --git a/package-lock.json b/package-lock.json index f223bcb..6046667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "flagsmith-nodejs", + "name": "@flagsmith/nodejs", "version": "8.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "flagsmith-nodejs", + "name": "@flagsmith/nodejs", "version": "8.1.2", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 124c776..4418f1a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "flagsmith-nodejs", + "name": "@flagsmith/nodejs", "version": "8.1.2", "description": "Flagsmith lets you manage features flags and remote config across web, mobile and server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.", "main": "./build/cjs/index.js", @@ -69,6 +69,9 @@ "semver": "^7.3.7", "undici-types": "^6.19.8" }, + "publishConfig": { + "access": "public" + }, "devDependencies": { "@types/jest": "^30.0.0", "@types/jsonpath": "^0.2.4",