intel / node-realsense

MIT License
24 stars 21 forks source link

npm doesn't recognize the README.md in *.tar.gz generated by our script #197

Open kenny-y opened 7 years ago

kenny-y commented 7 years ago

README.md will be ignored in npmjs.com

The root cause is we tar a directory right inside the directory, which leads to . is the directory structure inside the tarball.

Manually execute tar -czvhf 111.tar.gz 111/ would generate expected tarballs.