Commit 14220352 authored by Scott Ames's avatar Scott Ames
Browse files

Re-added assets that were missing

parent 2177bb83
Loading
Loading
Loading
Loading

app/jsdoc.json

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc", "closure"]
  },
  "source": {
    "include": ["src"],
    "includePattern": ".+\\.js(doc|x)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },
  "plugins": ["plugins/markdown", "better-docs/component"],
  "templates": {
    "better-docs": {
      "name": "My React components"
    }
  },
  "opts": {
    "destination": "documentation",
    "recurse": true,
    "readme": "README.md"
  }
}
+2 −3
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@
    "babel-plugin-import": "^1.13.0",
    "babel-preset-airbnb": "^4.4.0",
    "babel-root-slash-import": "^1.1.0",
    "better-docs": "^1.4.7",
    "braintree-jsdoc-template": "^3.3.0",
    "chai": "^4.2.0",
    "clean-webpack-plugin": "^3.0.0",
    "css-loader": "^3.4.2",
    "eslint": "^6.1.0",
@@ -64,14 +64,13 @@
    "jsdom-global": "3.0.2",
    "mocha": "^7.1.1",
    "mocha-jsdom": "^2.0.0",
    "chai": "^4.2.0",
    "onchange": "^6.1.0",
    "precss": "^4.0.0",
    "prettier": "^1.19.1",
    "prop-types": "^15.7.2",
    "style-loader": "^1.1.3",
    "url-loader": "^3.0.0",
    "webpack": "^4.41.5",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.1",
    "webpack-merge": "^4.2.2"

app/src/assets/img/marsLogo.png

deleted100644 → 0
−516 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ export default function App() {
        <ConsoleContainer target={targetPlanet} />
        <MapContainer target={targetPlanet} />
        <WellKnownTextInput />
        <CreditsDisplay style={{ width: 800, maxWidth: 800 }} />
        <CreditsDisplay />
      </Paper>
    </div>
  );
+0 −1
Original line number Diff line number Diff line
@import "../node_modules/leaflet/dist/leaflet.css";
@import "../node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css";
@import "../node_modules/leaflet-sidebar-v2/css/leaflet-sidebar.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/leaflet.draw.css";

#map-container {