Skip to content

Commit

Permalink
Remove changesets
Browse files Browse the repository at this point in the history
eh
  • Loading branch information
NullVoxPopuli committed Dec 22, 2023
1 parent e13f5e2 commit 1474032
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 682 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
"dev:docs": "pnpm run --filter docs docs:watch --preserveWatchOutput",
"dev:ember": "pnpm run --filter test-app start",
"lint": "pnpm run --filter '*' lint",
"lint:fix": "pnpm run --filter '*' lint:fix",
"release": "changeset publish"
"lint:fix": "pnpm run --filter '*' lint:fix"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.0",
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"concurrently": "^8.0.0",
"eslint": "^8.35.0",
Expand All @@ -39,11 +36,9 @@
"pnpm": {
"overrides": {
"@types/eslint": "7.29.0",
"@changesets/assemble-release-plan": "5.2.3",
"mustache": "^4.2.0"
},
"overrides-notes": {
"@changesets/assemble-release-plan": "patched, we don't want drift until https://github.com/changesets/changesets/issues/835 is resolved",
"@types/eslint": "webpack brings in @types/eslint@8, which breaks our type checking",
"mustache": "ember-cli -> testem -> consolidate -> mustache is ancient"
},
Expand All @@ -56,9 +51,6 @@
"ember-source",
"typescript"
]
},
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]"
}
}
}
39 changes: 0 additions & 39 deletions patches/@[email protected]

This file was deleted.

Loading

0 comments on commit 1474032

Please sign in to comment.