Skip to content

Commit

Permalink
added the support for the changeset.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jun 9, 2024
1 parent 1378ee3 commit df279f8
Show file tree
Hide file tree
Showing 6 changed files with 1,535 additions and 162 deletions.
10 changes: 10 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch"
}
11 changes: 0 additions & 11 deletions .eslintignore

This file was deleted.

24 changes: 0 additions & 24 deletions .releaserc

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 @@ -35,7 +35,7 @@
"test:browser": "npm run build:browser && cross-env CI=true jest -- ./test/browser/*",
"lint": "eslint --max-warnings 0 --config .eslintrc .",
"lint:fix": "eslint --max-warnings 0 --config .eslintrc . --fix",
"generate:readme:toc": "markdown-toc -i \"README.md\"",
"generate:readme:toc": "markdown-toc -i \"../../README.md\"",
"generate:assets": "npm run build && npm run generate:readme:toc",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"prepublishOnly": "npm run generate:assets"
Expand Down
Loading

0 comments on commit df279f8

Please sign in to comment.