Skip to content

Commit

Permalink
Bump to v2.0.1 & fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbaeten committed Mar 4, 2023
1 parent 65d0128 commit 89231c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bereal.devin.fun
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "bereal-time-history",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && rm -rf ./docs && mkdir ./docs && mv -f ./src/dist/* ./docs/",
"build": "vite build && rm -rf ./docs && mkdir ./docs && mv -f ./src/dist/* ./docs/ && echo bereal.devin.fun > ./docs/CNAME",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit 89231c3

Please sign in to comment.