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 f120881
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 @@ -14,6 +14,11 @@
],
"main": "dist/core.js",
"types": "dist/core.d.ts",
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/uritemplate": "^0.3.4",
"@types/uuid": "^9.0.4"
},
"dependencies": {
"@node-wot/td-tools": "0.8.9",
"@petamoriken/float16": "^3.1.1",
Expand Down Expand Up @@ -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 f120881

Please sign in to comment.