Skip to content

Commit

Permalink
update name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Hermann committed May 28, 2021
1 parent 78cc154 commit 442fbaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand All @@ -14,10 +14,10 @@
"datastore",
"embedded"
],
"homepage": "https://github.com/louischatriot/nedb",
"homepage": "https://github.com/rmanibus/nedb",
"repository": {
"type": "git",
"url": "[email protected]:louischatriot/nedb.git"
"url": "[email protected]:rmanibus/nedb.git"
},
"dependencies": {
"@rmanibus/binary-search-tree": "^0.3.0",
Expand Down

0 comments on commit 442fbaa

Please sign in to comment.