Skip to content

Releases: Automattic/node-escapeshellarg

Make npm package smaller - 720 bytes after unpacking

28 Jul 09:20
2ea1e0d
Compare
Choose a tag to compare

Make npm package smaller by skipping some files #4

$ npm publish --dry-run
npm notice 
npm notice 📦  @automattic/escapeshellarg@0.2.0
npm notice === Tarball Contents === 
npm notice 135B lib/escapeshellarg.js
npm notice 281B package.json         
npm notice 304B README.md            
npm notice === Tarball Details === 
npm notice name:          @automattic/escapeshellarg              
npm notice version:       0.2.0                                   
npm notice package size:  535 B                                   
npm notice unpacked size: 720 B  

Publish as @automattic/escapeshellarg

26 Jul 16:16
36df859
Compare
Choose a tag to compare
  • Fix bug where single quotes are escaped incorrectly #1 (by @delan)
  • Add CI workflow #2
  • Automated publishing to npm #3