Skip to content

Commit

Permalink
updated package JSON to publish all files in dist and docs, apparentl…
Browse files Browse the repository at this point in the history
…y using globs doesn't work anymore
  • Loading branch information
guyroyse committed Jul 16, 2024
1 parent 4490828 commit bd59aa5
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 bd59aa5

Please sign in to comment.