Skip to content

Commit

Permalink
Added the required changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jun 17, 2024
1 parent ad50cc4 commit 2739a91
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .changeset/curvy-apricots-bathe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@asyncapi/parser": minor
---

Integrated the Turborepo.
Turning Parser-JS into monorepo by integrating Turborepo. No new features or bugfixes were introduced.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ node_modules
/esm
/cjs
/browser
esm
cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![AsyncAPI JavaScript Parser](./assets/logo.png)](https://www.asyncapi.com)

This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following package:
This is a Monorepo managed using [Turborepo](https://turbo.build/) and contains the following packages:

1. [Parser-js](apps/parser): Use this package to validate and parse AsyncAPI documents —either YAML or JSON— in your Node.js or browser application.

Expand Down
11 changes: 0 additions & 11 deletions apps/parser/.eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion apps/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "npm run test:unit && npm run test:browser",
"test:unit": "cross-env CI=true jest --coverage --testPathIgnorePatterns=test/browser/*",
"test:browser": "npm run build:browser && cross-env CI=true jest -- ./test/browser/*",
"lint": "eslint --max-warnings 0 --config .eslintrc .",
"lint": "eslint --max-warnings 0 --config .eslintrc --ignore-path ../../.eslintignore .",
"lint:fix": "eslint --max-warnings 0 --config .eslintrc . --fix",
"generate:readme:toc": "markdown-toc -i \"../../README.md\"",
"generate:assets": "npm run build && npm run generate:readme:toc",
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.2.4",
"packageManager": "npm@8.19.4",
"workspaces": [
"apps/*",
"packages/*"
],
"apps/*" ],
"dependencies": {
"@changesets/cli": "^2.26.1"
}
Expand Down

0 comments on commit 2739a91

Please sign in to comment.