This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: find solana-wallet on path, fold into api/api.js
- Loading branch information
1 parent
0dfd534
commit a182ee7
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"babel-plugin-transform-runtime": "^6.23.0", | ||
"base-58": "^0.0.1", | ||
"classnames": "^2.2.6", | ||
"command-exists": "^1.2.8", | ||
"copy-to-clipboard": "^3.2.0", | ||
"cors": "^2.8.5", | ||
"date-fns": "^1.30.1", | ||
|
@@ -99,7 +100,6 @@ | |
"prepack": "set -ex; npm run lint; npm run build", | ||
"pretty": "prettier --write '{,{api,proxy,src}/**/}*.js{,x}'", | ||
"re": "semantic-release --repository-url [email protected]:solana-labs/blockexplorer.git", | ||
"start:uptime-crawler": "set -ex; redis-cli ping; babel-node --presets env api/uptime-crawler.js", | ||
"start:api": "set -ex; redis-cli ping; babel-node --presets env api/api.js", | ||
"start:proxy": "babel-node --presets env proxy", | ||
"start:ui": "react-app-rewired start", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters