Skip to content

Commit

Permalink
fix: fix files field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy Borodayev committed Aug 9, 2020
1 parent f41474c commit 0e30d3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"description": "A mongoose plugin to take diffs and history of your documents",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"./lib"
],
"files": ["/lib"],
"repository": {
"type": "git",
"url": "https://github.com/borodayev/mongoose-history-diff.git"
Expand Down

0 comments on commit 0e30d3a

Please sign in to comment.