Skip to content

Commit

Permalink
chore(deps): install ynap-parsers from npmjs
Browse files Browse the repository at this point in the history
This will make maintenance and contributions easier.

Since envelope-zero/you-need-a-parser now publishes exclusively to npmjs, we need to update this anyways.

Resolves #1559.
  • Loading branch information
morremeyer committed Mar 2, 2024
1 parent 8a8a52c commit 8be9bf9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Contributions are welcome. Please note the [Code of Conduct](CODE_OF_CONDUCT.md)
You will need to:

- Install [pre-commit](https://pre-commit.com/)
- Set up a GitHub Personal Access Token to read from the GitHub package repository. Follow the steps in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token.

Once these steps are done, run `make setup` to perform the repository setup.

Expand Down
27 changes: 13 additions & 14 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "envelope-zero-frontend",
"dependencies": {
"@envelope-zero/ynap-parsers": "1.17.1",
"@envelope-zero/ynap-parsers": "1.17.3",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@tailwindcss/forms": "0.5.7",
Expand Down

0 comments on commit 8be9bf9

Please sign in to comment.