Skip to content

Commit 166e5e8

Browse files
authored
Merge pull request #242 from redis/issue-241
Update package.json to publish all files in dist and docs
2 parents 4490828 + bd59aa5 commit 166e5e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-om",
3-
"version": "0.4.4",
3+
"version": "0.4.6",
44
"description": "Object mapping, and more, for Redis and Node.js. Written in TypeScript.",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -9,8 +9,8 @@
99
"CHANGELOG",
1010
"LICENSE",
1111
"logo.svg",
12-
"dist/**/*",
13-
"docs/**/*"
12+
"dist",
13+
"docs"
1414
],
1515
"scripts": {
1616
"build": "tsup",

0 commit comments

Comments
 (0)