Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Fix broken windows (#12)
Browse files Browse the repository at this point in the history
Includes:
- Update deps
- Update readme
- Codeowners
- Yarn lint
  • Loading branch information
Jhays10 authored Feb 4, 2021
1 parent c17c66a commit fb008c7
Show file tree
Hide file tree
Showing 5 changed files with 1,512 additions and 1,490 deletions.
1 change: 1 addition & 0 deletions clientapp/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
/**
* GeoJSON properties for a client record.
*/
Expand Down
1 change: 1 addition & 0 deletions codeowners
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @wavded
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"author": "Marc Harter <wavded@gmail.com>",
"license": "MIT",
"dependencies": {
"leaflet": "^1.3.4"
"leaflet": "^1.7.1"
},
"devDependencies": {
"@types/leaflet": "^1.2.14",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"less": "^3.8.1",
"@types/leaflet": "^1.5.21",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"less": "^4.1.1",
"parcel": "^1.10.3",
"prettier": "^2.0.5",
"prettier": "^2.2.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.1.6"
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Visit [http://localhost:3000](http://localhost:3000) in your favorite browser.

## Data

Company data provided by a [GeoJSON file](clientapp/members.json).
Company data provided by a [GeoJSON file](clientapp/data/members.json).
Loading

0 comments on commit fb008c7

Please sign in to comment.