Skip to content

Commit

Permalink
Deployment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezfe committed Jan 13, 2021
1 parent e479f36 commit 3064936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/ezfe/tellraw",
"author": "ezfe",
"license": "MIT",
"version": "7.0.1",
"version": "7.0.2",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<link rel='stylesheet' href='build/bundle.css'>

<script defer src='/build/bundle.js'></script>
<script defer src='build/bundle.js'></script>
</head>

<body>
Expand Down

0 comments on commit 3064936

Please sign in to comment.