Skip to content

Commit

Permalink
fix(cleanup): added def README and also cleaned up the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fpurcell committed Jan 24, 2020
1 parent 71a1368 commit 017f974
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 36 deletions.
5 changes: 5 additions & 0 deletions packages/endpoints-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
6 changes: 3 additions & 3 deletions packages/endpoints-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.11",
"description": "A map overlay to show the from and to locations of an itinerary",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/location-icon": "^0.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/from-to-location-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"module": "src/index.js",
"private": false,
"dependencies": {
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/location-icon": "^0.0.11",
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/location-icon": "^0.0.11",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/park-and-ride-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
8 changes: 4 additions & 4 deletions packages/park-and-ride-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
"version": "0.0.1",
"description": "A map overlay to show park and rides",
"main": "lib/index.js",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"author": "Evan Siroky",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/from-to-location-picker": "^0.0.11",
"@opentripplanner/base-map": "^0.0.11",
"prop-types": "^15.7.2",
"react-leaflet": "^2.6.1"
},
"peerDependencies": {
"@opentripplanner/base-map": "^0.0.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.1"
Expand Down
5 changes: 5 additions & 0 deletions packages/route-viewer-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
6 changes: 3 additions & 3 deletions packages/route-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.11",
"description": "A map overlay to show a transit route",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/core-utils": "^0.0.11",
Expand Down
5 changes: 5 additions & 0 deletions packages/stop-viewer-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
6 changes: 3 additions & 3 deletions packages/stop-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.11",
"description": "A map overlay to show a stop",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/base-map": "^0.0.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/stops-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.11",
"description": "A map overlay to show transit stops",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/from-to-location-picker": "^0.0.11",
Expand Down
5 changes: 5 additions & 0 deletions packages/transitive-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
16 changes: 8 additions & 8 deletions packages/transitive-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@
"version": "0.0.11",
"description": "A map overlay to show an itinerary",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@opentripplanner/base-map": "^0.0.11",
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/endpoints-overlay": "^0.0.11",
"@opentripplanner/icons": "^0.0.11",
"@opentripplanner/itinerary-body": "^0.0.11",
"lodash.isequal": "^4.5.0",
"react-leaflet": "^2.6.1",
"transitive-js": "^0.13.0"
Expand All @@ -28,8 +30,6 @@
"react": "^16.8.6"
},
"devDependencies": {
"@opentripplanner/endpoints-overlay": "^0.0.11",
"@opentripplanner/itinerary-body": "^0.0.11",
"lodash.clonedeep": "^4.5.0"
}
}
5 changes: 5 additions & 0 deletions packages/trip-form/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
5 changes: 5 additions & 0 deletions packages/trip-viewer-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
6 changes: 3 additions & 3 deletions packages/trip-viewer-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.11",
"description": "A map overlay to show a trip of a route",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@mapbox/polyline": "^1.1.0",
"@opentripplanner/base-map": "^0.0.11",
Expand Down
5 changes: 5 additions & 0 deletions packages/vehicle-rental-overlay/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Usage

```
TBD
```
14 changes: 7 additions & 7 deletions packages/vehicle-rental-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"version": "0.0.1",
"description": "A map overlay to show vehicle rentals from a specific company",
"main": "lib/index.js",
"author": "Evan Siroky",
"license": "MIT",
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"author": "Evan Siroky",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"homepage": "https://github.com/opentripplanner/otp-ui#readme",
"dependencies": {
"@opentripplanner/core-utils": "^0.0.11",
"@opentripplanner/from-to-location-picker": "^0.0.11",
"@opentripplanner/base-map": "^0.0.11",
"lodash.memoize": "^4.1.2",
"prop-types": "^15.7.2",
"react-leaflet": "^2.6.1",
"styled-icons": "^9.1.0"
},
"peerDependencies": {
"@opentripplanner/base-map": "^0.0.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.1"
Expand Down

0 comments on commit 017f974

Please sign in to comment.