Skip to content

Commit

Permalink
Merge pull request #269 from bertdeblock/sort-deps-in-root-package-file
Browse files Browse the repository at this point in the history
Sort dependencies in root `package.json` file
  • Loading branch information
NullVoxPopuli authored Mar 6, 2024
2 parents c163cbd + 169f625 commit c467c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "MIT",
"author": "",
"scripts": {},
"devDependencies": {
"devDependencies": {<% if (typescript) { %>
"@glint/core": "^1.2.1",<% } %>
"concurrently": "^8.2.0",
"prettier": "^3.0.3",
"prettier-plugin-ember-template-tag": "^1.1.0"<% if (typescript) { %>,
"@glint/core": "^1.2.1"<% } %>
"prettier-plugin-ember-template-tag": "^1.1.0"
},
"workspaces": [
"<%= addonInfo.location %>",
Expand Down

0 comments on commit c467c12

Please sign in to comment.