Skip to content

Commit

Permalink
Merge pull request #107 from rodolfomiranda/new_polaris_pkg
Browse files Browse the repository at this point in the history
New polaris npm package
  • Loading branch information
rodolfomiranda committed Feb 22, 2024
2 parents 95c97ce + 0419f5a commit 832c075
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 10 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,8 +3,8 @@
### Installation

1. Install [polaris-web-extension](FUTURE_DEPLOYED_EXTENSION_LINK) from [Chrome Web Store](https://chromewebstore.google.com/category/extensions)
2. Install [polaris-web](https://www.npmjs.com/package/polaris-web) from npm
`npm install polaris-web --save`
2. Install [signify-polaris-web](https://www.npmjs.com/package/signify-polaris-web) from npm
`npm install signify-polaris-web --save`

### Usage
import following methods from `polaris-web`
Expand Down
123 changes: 117 additions & 6 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.

2 changes: 1 addition & 1 deletion example-web/my-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"eslint": "^8.56.0",
"polaris-web": "^1.0.1",
"signify-polaris-web": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion example-web/my-app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
requestAid,
requestCredential,
requestAidORCred,
} from "polaris-web";
} from "signify-polaris-web";
import logo from "./ACME_Corporation.png";
import Button from "@mui/material/Button";
import "./App.css";
Expand Down

0 comments on commit 832c075

Please sign in to comment.