Skip to content

Commit 3669fd7

Browse files
Merge pull request #4 from listingslab/staging
Release 1.0.4
2 parents 0c8f2be + e31bdd4 commit 3669fd7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2004
-20
lines changed

.firebaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"default": "listingalab-bitcoin"
3+
"default": "bitcoin-hash-demo"
44
}
55
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
## Bitcoin Hash
2-

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"scripts": {
3+
"test": "clear && cd react-app && npm test",
4+
"start": "clear && cd react-app && npm start",
5+
"build": "clear && cd react-app && npm run build",
6+
"deploy": "clear && cd react-app && npm run build && firebase deploy"
7+
}
8+
}

0 commit comments

Comments
 (0)