Skip to content

Commit

Permalink
update sass, remove redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
raykyri committed Jan 24, 2022
1 parent 70b5fe5 commit 248b667
Show file tree
Hide file tree
Showing 3 changed files with 1,165 additions and 1,782 deletions.
1 change: 0 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="description" content="Statistics dashboard for the Edgeware lockdrop.">
<meta name="author" content="Commonwealth Labs">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta http-equiv="refresh" content="0;url=https://commonwealth.im/#!/stats/edgeware" />
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"mithril": "^1.1.6",
"moment": "^2.23.0",
"moment-twitter": "^0.2.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"nprogress": "^0.2.0",
"plottable": "^3.8.6",
Expand All @@ -56,5 +55,8 @@
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.4",
"ws": "^6.2.1"
},
"devDependencies": {
"sass": "^1.49.0"
}
}
Loading

0 comments on commit 248b667

Please # to comment.