Skip to content

Commit 2f18154

Browse files
committed
fully working status. no glitches in console and run both-tsc works fine. installed types-material-ui
1 parent fb53505 commit 2f18154

9 files changed

Lines changed: 34 additions & 10 deletions

app/assets/C.svg

Lines changed: 1 addition & 0 deletions
Loading

app/assets/background.png

2.88 MB
Loading

app/assets/cliffs_long_resized.png

1.95 MB
Loading

app/assets/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

app/assets/mountain_crop.png

2.66 MB
Loading

app/assets/mountain_long.png

4.93 MB
Loading
1.24 MB
Loading

package-lock.json

Lines changed: 28 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"both:tsc": "nodemon --watch ./app --exec tsc & npm run start & sleep 5 && npm run electron",
1717
"both:dev": "npm run start & nodemon --watch ./electron --exec 'npm run electron'",
1818
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds",
19-
"create-installer-mac": "electron-installer-dmg ./release-builds/chronos-darwin-x64/chronos.app/ Chronos"
19+
"create-installer-mac": "electron-installer-dmg ./release-builds/chronos-darwin-x64/chronos.app/ Chronos",
20+
"delete": "rm -r dist & rm -r build",
21+
"reinstall": "rm -r node_modules && npm install"
2022
},
2123
"babel": {
2224
"presets": [
@@ -64,6 +66,7 @@
6466
"@types/enzyme": "^3.10.5",
6567
"@types/enzyme-adapter-react-16": "^1.0.6",
6668
"@types/jest": "^26.0.4",
69+
"@types/material-ui": "^0.21.8",
6770
"@types/mongoose": "^5.7.28",
6871
"@types/node": "^14.0.14",
6972
"@types/pg": "^7.14.3",

0 commit comments

Comments
 (0)