Skip to content

Commit

Permalink
Update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 8, 2024
1 parent b0357e9 commit a6c191c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ember-assign-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"assign",
"helper"
],
"repository": "github:cibernox/ember-assign-helper",
"repository": {
"type": "git",
"url": "http://github.com/cibernox/ember-assign-helper.git"
},
"license": "MIT",
"author": "Miguel Camba",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"url": "http://github.com/cibernox/ember-assign-helper.git"
},
"license": "MIT",
"author": "",
"author": "Miguel Camba",
"scripts": {
"build": "pnpm run --filter ember-basic-dropdown build",
"build": "pnpm run --filter ember-assign-helper build",
"build:docs": "pnpm run --filter docs build",
"lint": "pnpm run --filter '*' lint",
"lint:fix": "pnpm run --filter '*' lint:fix",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm run --filter ember-basic-dropdown start --no-watch.clearScreen",
"start:addon": "pnpm run --filter ember-assign-helper start --no-watch.clearScreen",
"start:docs": "pnpm run --filter docs start --preserveWatchOutput",
"start:test-app": "pnpm run --filter test-app start"
},
Expand Down

0 comments on commit a6c191c

Please sign in to comment.