Fix build and base css file
This commit is contained in:
parent
e10a95c46f
commit
020a02e4b8
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user