Skip to content

Commit 0e30d3a

Browse files
author
Valeriy Borodayev
committed
fix: fix files field in package.json
1 parent f41474c commit 0e30d3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "A mongoose plugin to take diffs and history of your documents",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
7-
"files": [
8-
"./lib"
9-
],
7+
"files": ["/lib"],
108
"repository": {
119
"type": "git",
1210
"url": "https://github.com/borodayev/mongoose-history-diff.git"

0 commit comments

Comments
 (0)