Skip to content

Commit

Permalink
chore: migrate to changesets cli
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Aug 23, 2022
1 parent 7aaf76c commit 5342953
Show file tree
Hide file tree
Showing 3 changed files with 1,848 additions and 1,802 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"README.md",
"index.js"
],
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chialab/stylelint-config.git"
Expand All @@ -32,8 +29,8 @@
"stylelint-order": "^5.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@chialab/eslint-config": "^3.0.0",
"eslint": "^7.25.0",
"standard-version": "^9.0.0"
"eslint": "^8.0.0"
}
}
Loading

0 comments on commit 5342953

Please sign in to comment.