Skip to content

Commit

Permalink
Merge pull request #242 from redis/issue-241
Browse files Browse the repository at this point in the history
Update package.json to publish all files in dist and docs
  • Loading branch information
guyroyse authored Jul 16, 2024
2 parents 4490828 + bd59aa5 commit 166e5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-om",
"version": "0.4.4",
"version": "0.4.6",
"description": "Object mapping, and more, for Redis and Node.js. Written in TypeScript.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -9,8 +9,8 @@
"CHANGELOG",
"LICENSE",
"logo.svg",
"dist/**/*",
"docs/**/*"
"dist",
"docs"
],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 166e5e8

Please sign in to comment.