Skip to content

Commit

Permalink
Merge pull request #148 from 2byrds/WOT_polaris_web
Browse files Browse the repository at this point in the history
updated to WOT polaris web
  • Loading branch information
HunnySajid committed Mar 27, 2024
2 parents 6541778 + 6a734ec commit 0d5e9c4
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 7 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED_WEB_CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
### Installation

1. Install [polaris-web-extension](FUTURE_DEPLOYED_EXTENSION_LINK) from [Chrome Web Store](https://chromewebstore.google.com/category/extensions)
2. Install [signify-polaris-web](https://github.com/roots-id/polaris-web) by listing it into `package.json` dependencies:
2. Install [signify-polaris-web](https://github.com/WebOfTrust/polaris-web) by listing it into `package.json` dependencies:

```
"dependencies": {
"signify-polaris-web": "https://github.com/roots-id/polaris-web.git",
"signify-polaris-web": "https://github.com/WebOfTrust/polaris-web.git",
}
```

Expand Down
117 changes: 114 additions & 3 deletions example-web/my-app/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 example-web/my-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"eslint": "^8.56.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"signify-polaris-web": "github:roots-id/polaris-web",
"react-scripts": "^5.0.1",
"signify-polaris-web": "github:WebOfTrust/polaris-web",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down

0 comments on commit 0d5e9c4

Please sign in to comment.