Skip to content

Commit

Permalink
update to latest data, fix cleanup 🐛, Patreon badge, 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 9, 2018
1 parent b8fabc8 commit 6e61697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vbb-shapes",
"description": "Shapes of VBB lines.",
"version": "2.13.0",
"version": "2.14.0",
"main": "index.js",
"files": [
"index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"scripts": {
"download": "curl -L --compressed https://vbb-gtfs.jannisr.de/latest/shapes.txt > build/shapes.txt",
"convert": "node build/index.js",
"cleanup": "rm build/*.txt; find data -name '*.pdf' -print0 | xargs -0 rm; exit 0",
"cleanup": "rm build/*.txt; find data -name '*.json' -print0 | xargs -0 rm",
"build": "npm run download && npm run convert && npm run cleanup",
"test": "node test.js",
"prepublishOnly": "npm run build && npm test"
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![build status](https://img.shields.io/travis/derhuerst/vbb-shapes.svg)](https://travis-ci.org/derhuerst/vbb-shapes)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/vbb-shapes.svg)
[![gitter channel](https://badges.gitter.im/derhuerst/vbb-rest.svg)](https://gitter.im/derhuerst/vbb-rest)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)


## Installing
Expand Down

0 comments on commit 6e61697

Please sign in to comment.