Skip to content

Commit

Permalink
feat: fix release-plan
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Sep 9, 2024
1 parent 70b9995 commit 805b522
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "root",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "ISC",
"author": "",
"repository": "https://github.com/mainmatter/memory-leak-detector",
"scripts": {
"test:memory-leak-ember": "pnpm -F ember-test-app start:memory-leak-detector & pid=$!; pnpm -F ember-test-app test; wait $pid",
"test:memory-leak-ember-server": "pnpm -F ember-test-app start:memory-leak-detector & pid=$!; pnpm -F ember-test-app test --server; wait $pid"
Expand Down
1 change: 1 addition & 0 deletions packages/memory-leak-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "memory-leak-detector",
"version": "0.1.0",
"description": "",
"repository": "https://github.com/mainmatter/memory-leak-detector",
"main": "index.js",
"scripts": {
"start": "node server/index.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"description": "Testing app for memory-leak-detector",
"repository": "",
"repository": "https://github.com/mainmatter/memory-leak-detector",
"license": "MIT",
"author": "",
"directories": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"loader.js": "^4.7.0",
"memory-leak-detector": "workspace:^0.1.0",
"memory-leak-detector": "workspace:*",
"prettier": "^3.3.2",
"qunit": "^2.21.0",
"qunit-dom": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 805b522

Please sign in to comment.