Skip to content

Commit 8c10489

Browse files
committed
3.0.0
1 parent 0da0ef3 commit 8c10489

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"name": "btc-rpc-explorer",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Open-source, self-hosted Bitcoin explorer",
55
"private": false,
66
"bin": "bin/cli.js",
77
"scripts": {
88
"start": "node ./bin/www",
99
"refresh-mining-pool-configs": "node ./bin/refresh-mining-pool-configs.js",
10-
1110
"css-light-debug": "node-sass --output-style expanded --source-map scss --precision 6 ./public/scss/light.scss ./public/style/light.css",
1211
"css-dark-debug": "node-sass --output-style expanded --source-map scss --precision 6 ./public/scss/dark.scss ./public/style/dark.css",
1312
"css-debug": "npm-run-all css-light-debug css-dark-debug",
14-
1513
"css-light": "node-sass --output-style compressed --precision 6 ./public/scss/light.scss ./public/style/light.css",
1614
"css-dark": "node-sass --output-style compressed --precision 6 ./public/scss/dark.scss ./public/style/dark.css",
1715
"css": "npm-run-all css-light css-dark"

0 commit comments

Comments
 (0)