Skip to content

Commit 2d39c65

Browse files
committed
refactor(package.json): fix names, links
1 parent 7cae39f commit 2d39c65

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "mongoose-history-diff",
33
"main": "lib/index.js",
44
"version": "0.0.0-semantically-released",
5-
"description": "This is a mongoose plugin to take a diffs of your documents",
5+
"description": "Mongoose plugin to take diffs and history of your documents",
66
"files": [
77
"lib"
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/FrankAst/mongoose-dp.git"
11+
"url": "https://github.com/FrankAst/mongoose-history-diff.git"
1212
},
1313
"keywords": [
1414
"mongoose-diff",
@@ -22,9 +22,9 @@
2222
"deep-diff"
2323
],
2424
"bugs": {
25-
"url": "https://github.com/FrankAst/mongoose-dp/issues"
25+
"url": "https://github.com/FrankAst/mongoose-history-diff/issues"
2626
},
27-
"homepage": "https://github.com/FrankAst/mongoose-dp",
27+
"homepage": "https://github.com/FrankAst/mongoose-history-diff",
2828
"license": "MIT",
2929
"peerDependencies": {
3030
"mongoose": "^5.4.2"
@@ -50,7 +50,6 @@
5050
"eslint-plugin-flowtype": "^3.2.1",
5151
"eslint-plugin-import": "^2.8.0",
5252
"eslint-plugin-prettier": "^3.0.1",
53-
"fetch-mock": "^7.3.0",
5453
"flow-bin": "^0.89.0",
5554
"jest": "23.6.0",
5655
"mongodb-memory-server": "^2.9.1",

0 commit comments

Comments
 (0)