v1.3.3 release contains "coverage" folder by accident
zihaoyu opened this issue · 1 comments
zihaoyu commented
/tmp ❯❯❯ npm install redis-commands@1.3.3
/private/tmp
└── redis-commands@1.3.3
npm WARN enoent ENOENT: no such file or directory, open '/private/tmp/package.json'
npm WARN tmp No description
npm WARN tmp No repository field.
npm WARN tmp No README data
npm WARN tmp No license field.
/tmp ❯❯❯ ls -alh node_modules/redis-commands
total 104
drwxr-xr-x 11 zyu wheel 352B Feb 26 18:31 .
drwxr-xr-x 3 zyu wheel 96B Feb 26 18:31 ..
-rw-r--r-- 1 zyu wheel 242B Feb 24 17:27 .travis.yml
-rw-r--r-- 1 zyu wheel 1.1K Nov 23 2015 LICENSE
-rw-r--r-- 1 zyu wheel 1.5K Apr 20 2016 README.md
-rw-r--r-- 1 zyu wheel 723B Jan 25 2017 changelog.md
-rw-r--r-- 1 zyu wheel 24K Feb 24 17:42 commands.json
drwxr-xr-x 5 zyu wheel 160B Feb 26 18:31 coverage
-rw-r--r-- 1 zyu wheel 3.8K Feb 24 17:16 index.js
-rw-r--r-- 1 zyu wheel 3.0K Feb 26 18:31 package.json
drwxr-xr-x 3 zyu wheel 96B Feb 24 17:42 tools
The coverage folder interferes with our istanbul code coverage tests. Please remove it in the next release.
BridgeAR commented
Thanks for pointing that out! Solved in v.1.3.4.