update homepage

pull/2/head
Timothée Rebours 4 years ago
parent 26740e8ebd
commit 850c11a154
  1. 4
      CHANGELOG.md
  2. 4
      package.json

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.1] - 2021-05-18
### Added
- Update `homepage` & `repository` fields in the `package.json`
## [2.0.0] - 2021-05-18 ## [2.0.0] - 2021-05-18
This version should be a drop-in replacement for `nedb@1.8.0` provided you use This version should be a drop-in replacement for `nedb@1.8.0` provided you use

@ -28,10 +28,10 @@
"datastore", "datastore",
"embedded" "embedded"
], ],
"homepage": "https://github.com/louischatriot/nedb", "homepage": "https://github.com/seald/nedb",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:louischatriot/nedb.git" "url": "git@github.com:seald/nedb.git"
}, },
"dependencies": { "dependencies": {
"@seald-io/binary-search-tree": "^1.0.0", "@seald-io/binary-search-tree": "^1.0.0",

Loading…
Cancel
Save