mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-04 13:50:05 -05:00
build(core,cli): mark prettier package as a devDependency
This commit is contained in:
parent
423c930ff7
commit
d97565f84d
2 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@
|
|||
"dev": "tsc-watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@penpot-export/core": "0.1.2",
|
||||
"prettier": "^3.0.2"
|
||||
"@penpot-export/core": "0.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.5.0",
|
||||
"prettier": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typescript": "^5.1.6"
|
||||
|
|
|
@ -17,12 +17,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "2",
|
||||
"prettier": "^3.0.2",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.5.0",
|
||||
"@types/node-fetch": "2",
|
||||
"prettier": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typescript": "^5.1.6"
|
||||
|
|
Loading…
Reference in a new issue