fix yarn compile errors
This commit is contained in:
parent
8b734f10ed
commit
52c4b95413
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"name": "resume",
|
||||
"version": "1.0.0",
|
||||
"main": "src/resume.js",
|
||||
"source": "src/index.html",
|
||||
"source": "src/resume.html",
|
||||
"author": "blek",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>resume.js</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/resume.css">
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="standalone_page.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="resume_js_app"></div>
|
||||
<script src="/resume.js" type="module"></script>
|
||||
<script src="resume.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue