Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Apr 8, 2021
1 parent 0da0ef3 commit 8c10489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "btc-rpc-explorer",
"version": "2.2.0",
"version": "3.0.0",
"description": "Open-source, self-hosted Bitcoin explorer",
"private": false,
"bin": "bin/cli.js",
"scripts": {
"start": "node ./bin/www",
"refresh-mining-pool-configs": "node ./bin/refresh-mining-pool-configs.js",

"css-light-debug": "node-sass --output-style expanded --source-map scss --precision 6 ./public/scss/light.scss ./public/style/light.css",
"css-dark-debug": "node-sass --output-style expanded --source-map scss --precision 6 ./public/scss/dark.scss ./public/style/dark.css",
"css-debug": "npm-run-all css-light-debug css-dark-debug",

"css-light": "node-sass --output-style compressed --precision 6 ./public/scss/light.scss ./public/style/light.css",
"css-dark": "node-sass --output-style compressed --precision 6 ./public/scss/dark.scss ./public/style/dark.css",
"css": "npm-run-all css-light css-dark"
Expand Down

2 comments on commit 8c10489

@shesek
Copy link
Contributor

@shesek shesek commented on 8c10489 Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@pointbiz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Please sign in to comment.