Skip to content

Commit

Permalink
chore(core): change position of devDependencies field
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Sep 24, 2023
1 parent f5f8357 commit 571a7de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"uuid": "^7.0.3",
"web-streams-polyfill": "^3.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/uritemplate": "^0.3.4",
"@types/uuid": "^9.0.4"
},
"scripts": {
"build": "tsc -b",
"lint": "eslint .",
Expand All @@ -41,10 +46,5 @@
"keywords": [],
"eslintConfig": {
"extends": "../../.eslintrc.js"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/uritemplate": "^0.3.4",
"@types/uuid": "^9.0.4"
}
}

0 comments on commit 571a7de

Please sign in to comment.