Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
integrates issue #131
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeDraper committed Jul 9, 2019
2 parents dc41b57 + de9ccdc commit 18d0fd6
Show file tree
Hide file tree
Showing 15 changed files with 2,848 additions and 2,631 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"whispers": {
"root": "",
"sourceRoot": "src",

"projectType": "application",
"architect": {
"build": {
Expand All @@ -23,11 +22,13 @@
],
"styles": [
"src/styles.scss",
"node_modules/leaflet-draw/dist/leaflet.draw-src.css",
"node_modules/leaflet/dist/leaflet.css",
"node_modules/usgs-search-api/dist/search_api.css"
],
"scripts": [
"node_modules/leaflet/dist/leaflet.js",
"node_modules/leaflet-draw/dist/leaflet.draw.js",
"node_modules/jquery/dist/jquery.min.js",
"node_modules/usgs-search-api/dist/search_api.js"
]
Expand Down Expand Up @@ -90,11 +91,13 @@
"tsConfig": "src/tsconfig.spec.json",
"scripts": [
"node_modules/leaflet/dist/leaflet.js",
"node_modules/leaflet-draw/dist/leaflet.draw.js",
"node_modules/jquery/dist/jquery.min.js",
"node_modules/usgs-search-api/dist/search_api.js"
],
"styles": [
"src/styles.scss",
"node_modules/leaflet-draw/dist/leaflet.draw-src.css",
"node_modules/leaflet/dist/leaflet.css",
"node_modules/usgs-search-api/dist/search_api.css"
],
Expand Down
1 change: 1 addition & 0 deletions dist/main.eca46107e82296f559d7.js

Large diffs are not rendered by default.

Loading

0 comments on commit 18d0fd6

Please sign in to comment.