Move typescript to devDependencies

This commit is contained in:
prototypa
2022-09-11 13:19:58 -04:00
parent b58ba54528
commit 3d6c4930ff

View File

@ -34,12 +34,10 @@
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.4", "prettier-plugin-astro": "^0.5.4",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"subfont": "^6.12.0" "subfont": "^6.12.0",
"typescript": "^4.8.3"
}, },
"engines": { "engines": {
"node": "^14.15.0 || >=16.0.0" "node": "^14.15.0 || >=16.0.0"
},
"dependencies": {
"typescript": "^4.8.3"
} }
} }