Skip to content

Commit

Permalink
Update package.json version to 1.1.1, add .npmrc file, and update REA…
Browse files Browse the repository at this point in the history
…DME.md with installation instructions
  • Loading branch information
keohanoi committed Apr 21, 2024
1 parent 23f8b20 commit 06baa1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
npm install @keohanoi/injective-operator@latest
```
```bash
cp ./.npmrc.example .npmrc
echo "//npm.pkg.github.com/:_authToken=<YOUR_GITHUB_TOKEN>
@keohanoi:registry=https://npm.pkg.github.com" |
cat >> .npmrc
```
Open `.npmrc` file and replace `<YOUR_GITHUB_TOKEN>` with your own github token.
# Example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keohanoi/injective-operator",
"version": "1.1.0",
"version": "1.1.1",
"description": "Injective Operator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 06baa1d

Please sign in to comment.