Skip to content

Commit 39dbfc4

Browse files
committedOct 7, 2020
update urls
1 parent 861c390 commit 39dbfc4

File tree

4 files changed

+192
-12
lines changed

4 files changed

+192
-12
lines changed
 

‎deploy.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var ghpages = require('gh-pages');
2+
3+
ghpages.publish('dist', function(err) {});

‎package-lock.json

+186-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"scripts": {
77
"dev": "vue-cli-service serve",
88
"build": "vue-cli-service build",
9+
"deploy": "node deploy.js",
910
"server": "node express.js",
1011
"lint": "vue-cli-service lint"
1112
},
1213
"dependencies": {
1314
"@fortawesome/fontawesome-free": "^5.14.0",
1415
"@maticnetwork/maticjs": "2.0.6-beta.0",
1516
"core-js": "^2.6.5",
17+
"gh-pages": "^3.1.0",
1618
"gray-matter": "^4.0.2",
1719
"markdown-it": "^11.0.1",
1820
"portal-vue": "^2.1.0",

‎public/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ Deployed at https://0xbitcoin.org
55

66
### This is the compiled code repo.
77

8-
9-
10-
ADVISORY: DO NOT issue pull requests to this repo, they will be ignored!
11-
12-
Issue pull requests to https://github.com/0xbitcoin/0xbitcoin-web
8+
Issue pull requests to https://github.com/0xbitcoin/0xbitcoin.github.io

0 commit comments

Comments
 (0)