From 442fbaaba8d21c44c6a613014dc04dd44527a420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hermann?= Date: Fri, 28 May 2021 13:55:50 +0200 Subject: [PATCH] update name in package.json --- README.md | 6 +++--- package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4f0faef1..4e8c50b8 100755 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Bitcoin address: 1dDZLnWpBbodPiN8sizzYrgaz5iahFyb1 Module name on npm and bower is `nedb`. ``` -npm install nedb --save # Put latest version in your package.json -npm test # You'll need the dev dependencies to launch tests -bower install nedb # For the browser versions, which will be in browser-version/out +npm install @rmanibus/nedb --save # Put latest version in your package.json +npm test # You'll need the dev dependencies to launch tests +bower install @rmanibus/nedb # For the browser versions, which will be in browser-version/out ``` ## API diff --git a/package.json b/package.json index e9cb9037..2139ccfb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "nedb", - "version": "1.9.0-beta.0", + "name": "@rmanibus/nedb", + "version": "1.9.0-beta.1", "author": { "name": "Louis Chatriot", "email": "louis.chatriot@gmail.com" @@ -14,10 +14,10 @@ "datastore", "embedded" ], - "homepage": "https://github.com/louischatriot/nedb", + "homepage": "https://github.com/rmanibus/nedb", "repository": { "type": "git", - "url": "git@github.com:louischatriot/nedb.git" + "url": "git@github.com:rmanibus/nedb.git" }, "dependencies": { "@rmanibus/binary-search-tree": "^0.3.0",