mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
* Turf as an organization with scoped packages * v3.0.15 * Update readme names * Update readmes * Set uniform package properties * Update readmes, fix GeoJSON interlinks * Fix features and collections * Add public script
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm access ls-packages turf:developers | jq -r 'keys | join("\n")' | parallel npm access public
|