Skip to content

Commit

Permalink
add repository field to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Astapov committed Aug 9, 2023
1 parent 204629c commit 3241609
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
{
"private": true,
"repository": "https://github.com/jmurphyau/ember-truth-helpers",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm --filter ember-truth-helpers build",
"preinstall": "npx only-allow pnpm",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"preinstall": "npx only-allow pnpm",
"prepare": "pnpm build",
"release": "release-it",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-truth-helpers start --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test:ember"
},
"volta": {
"node": "16.20.0",
"pnpm": "8.6.7"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"concurrently": "^8.2.0",
"release-it": "^15.5.0"
},
"volta": {
"node": "16.20.0",
"pnpm": "8.6.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
Expand Down

0 comments on commit 3241609

Please sign in to comment.