Skip to content

Commit 6ee43eb

Browse files
authored
move release-plan back to a root dev-dependency (#2755)
2 parents a71ba5a + e8fe4e4 commit 6ee43eb

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"name": "ember-inspector-workspace",
33
"version": "0.0.0",
44
"private": true,
5+
"repository": {
6+
"type": "git",
7+
"url": "git@github.com:emberjs/ember-inspector.git"
8+
},
59
"scripts": {
610
"build": "pnpm --filter ember-debug build && pnpm --filter ember-inspector build",
711
"build:ember-debug": "pnpm --filter ember-debug build",
812
"build:ember-inspector": "pnpm --filter ember-inspector build",
913
"build:production": "pnpm --filter ember-debug build && pnpm --filter ember-inspector build:production",
1014
"lint": "pnpm --parallel -r --aggregate-output lint",
1115
"lint:fix": "pnpm --parallel -r --aggregate-output lint:fix",
16+
"serve:bookmarklet": "pnpm --filter ember-inspector serve:bookmarklet",
1217
"start": "pnpm --filter ember-inspector start",
1318
"test": "pnpm lint && pnpm \"/^test:/\"",
1419
"test:ember": "pnpm --filter ember-debug build && pnpm --filter ember-inspector test",
@@ -17,8 +22,10 @@
1722
"watch:inspector-ui": "pnpm --filter ember-inspector watch",
1823
"watch-test": "pnpm \"/watch-test:/\"",
1924
"watch-test:ember-debug": "pnpm --filter ember-debug watch",
20-
"watch-test:inspector-ui": "pnpm --filter ember-inspector watch-test",
21-
"serve:bookmarklet": "pnpm --filter ember-inspector serve:bookmarklet"
25+
"watch-test:inspector-ui": "pnpm --filter ember-inspector watch-test"
26+
},
27+
"devDependencies": {
28+
"release-plan": "^0.18.0"
2229
},
2330
"packageManager": "pnpm@9.12.1",
2431
"engines": {

packages/ember-inspector/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
"prettier-plugin-ember-template-tag": "^2.0.4",
123123
"qunit": "^2.23.1",
124124
"qunit-dom": "^3.4.0",
125-
"release-plan": "^0.18.0",
126125
"sass": "^1.79.4",
127126
"stylelint": "^16.13.2",
128127
"stylelint-config-standard-scss": "^14.0.0",

pnpm-lock.yaml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)