Skip to content

Commit

Permalink
Merge pull request #26 from lets-fucking-game/dev
Browse files Browse the repository at this point in the history
Releasing V0.1.0
  • Loading branch information
0xGeegZ committed Nov 6, 2022
2 parents b616ee0 + 32f0ebe commit 5889602
Show file tree
Hide file tree
Showing 93 changed files with 3,375 additions and 3,560 deletions.
243 changes: 154 additions & 89 deletions README.md

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "lets-fucking-game",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "yarn workspace lets-fucking-game-dapp dev",
"build": "yarn workspace lets-fucking-game-dapp build",
"build": "yarn build:hardhat && yarn build:dapp",
"build:hardhat": "yarn workspace lets-fucking-game-hardhat build",
"build:dapp": "yarn workspace lets-fucking-game-dapp build",
"export": "yarn workspace lets-fucking-game-dapp export",
"start": "yarn workspace lets-fucking-game-dapp start",
"chain": "yarn workspace lets-fucking-game-hardhat chain",
Expand Down
3 changes: 0 additions & 3 deletions packages/dapp/.babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/dapp/.env.example

This file was deleted.

3 changes: 0 additions & 3 deletions packages/dapp/.eslintignore

This file was deleted.

49 changes: 0 additions & 49 deletions packages/dapp/.eslintrc.json

This file was deleted.

Empty file added packages/dapp/.gitkeep
Empty file.
5 changes: 0 additions & 5 deletions packages/dapp/.prettierignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/dapp/.prettierrc

This file was deleted.

14 changes: 0 additions & 14 deletions packages/dapp/components/Balance.tsx

This file was deleted.

82 changes: 0 additions & 82 deletions packages/dapp/components/ConnectWallet.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions packages/dapp/components/Error.tsx

This file was deleted.

172 changes: 0 additions & 172 deletions packages/dapp/components/api/RequestBuilder.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/dapp/components/api/index.ts

This file was deleted.

Loading

0 comments on commit 5889602

Please sign in to comment.