Commit package-lock.json

This commit is contained in:
Lucas Verney 2021-03-27 13:28:23 +01:00
parent 36c8c3e38d
commit c04d81a5ff
3 changed files with 8740 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,7 +7,6 @@ config/
node_modules node_modules
flatisfy/web/static/assets flatisfy/web/static/assets
data/ data/
package-lock.json
doc/_build doc/_build
data_rework/ data_rework/
.env .env

View File

@ -233,7 +233,7 @@ schema might change from time to time. Here is how to update it automatically:
+ [ZipAround](https://github.com/guix77/ziparound) generates a list of ZIP codes centered on a city name, within a radius of N kilometers and within a certain travel time by car (France only). You can invoke it with: + [ZipAround](https://github.com/guix77/ziparound) generates a list of ZIP codes centered on a city name, within a radius of N kilometers and within a certain travel time by car (France only). You can invoke it with:
```sh ```sh
yarn ziparound npm ziparound
# or alternatively # or alternatively
yarn ziparound --code 75001 --distance 3 npm ziparound --code 75001 --distance 3
``` ```

8738
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff