Fix build and base css file

This commit is contained in:
Timothy Warren 2018-03-30 18:12:32 -04:00
parent e10a95c46f
commit 020a02e4b8
3 changed files with 1314 additions and 1291 deletions

View File

@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "4",
"dist-exiftool": "^10.53.0",
"inferno": "^5.0.1",
"inferno-bootstrap": "^5.0.0",
@ -33,7 +32,7 @@
"fix": "eslint --fix src/**/*.js",
"lint": "eslint src/**/*.js",
"pack": "build --dir",
"postinstall": "eletron-builder install-app-deps",
"postinstall": "electron-builder install-app-deps",
"react-start": "BROWSER=none inferno-scripts start",
"start": "nf start -p 3000",
"test": "inferno-scripts test --env=jsdom"

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="stylesheet" href="%PUBLIC_URL%/bootstrap.min.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css" />
<title>Inferno App</title>
</head>
<body>

2600
yarn.lock

File diff suppressed because it is too large Load Diff