Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Implements state management logic:
Browse files Browse the repository at this point in the history
 - Accounts for all possible states and button adjusts to these states
 - Updates tscoonfig -- stricter linting rules
 - Additional linting
  • Loading branch information
taylorjdawson committed Feb 24, 2020
1 parent a0a6e98 commit 7aa2480
Show file tree
Hide file tree
Showing 10 changed files with 482 additions and 787 deletions.
615 changes: 0 additions & 615 deletions dist/nft-card.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/nft-card.js.map

This file was deleted.

168 changes: 168 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:demo": "webpack-dev-server --config ./webpack.dev.config.js",
"build": "tsc -p tsconfig.json",
"build": "webpack --config ./webpack.config.js",
"lint": "tslint --project . 'src/**/*.ts'",
"lint:fix": "tslint --project . 'src/**/*.ts' --fix"
},
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/ProjectOpenSea/embeddable_nfts#readme",
"dependencies": {
"lit-element": "^2.2.1",
"lit-html": "^2.2.1",
"lit-html": "^1.1.2",
"opensea-js": "^0.7.1",
"web3": "^1.2.5-rc.0"
},
Expand Down
Loading

0 comments on commit 7aa2480

Please sign in to comment.