Skip to content

Commit 4f85030

Browse files
authored
fix #1600 - exclude unnecessary files from tarball (#1601)
1 parent fc28860 commit 4f85030

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ appveyor.yml
2020
package-lock.json
2121
.prettierrc
2222
eslint-report.json
23+
.deepsource.toml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A high performance Redis client.",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)