Skip to content

Commit

Permalink
fix electron-is-dev and trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
thekingofcity committed Jun 5, 2022
1 parent 8b1b281 commit 760d1c2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
8 changes: 3 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@railmapgen/rmg-templates-resources": "^0.1.12",
"ag-grid-community": "^27.3.0",
"ag-grid-react": "^27.3.0",
"electron-is-dev": "^2.0.0",
"framer-motion": "^6.3.3",
"i18next": "^21.8.4",
"i18next-browser-languagedetector": "^6.1.4",
Expand Down Expand Up @@ -42,7 +43,6 @@
"cross-env": "^7.0.3",
"electron": "^17.2.0",
"electron-builder": "^22.14.13",
"electron-is-dev": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"last 1 safari version"
]
},
"version": "5.2.8",
"version": "5.2.9",
"main": "public/electron.js",
"build": {
"publish": [
Expand Down
20 changes: 10 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<base href="./" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Rail Map Generator</title>

<!-- Start Single Page Apps for GitHub Pages -->
Expand Down
2 changes: 1 addition & 1 deletion src/svgs/railmap/methods/mtr.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Stations } from './share';
import { RmgStyle, StationDict, StationInfo } from '../../../constants/constants';
import { StationDict, StationInfo } from '../../../constants/constants';
import { getSidingPath } from '../../mtr/line-diagram-utils';

export const leftWideFactor = (stnList: StationDict, stnId: string) => {
Expand Down

0 comments on commit 760d1c2

Please sign in to comment.