mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-18 13:42:51 +00:00
package.json - Move typescript to devdep
This commit is contained in:
+2
-2
@@ -15,10 +15,10 @@
|
|||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"react-scripts": "3.4.3",
|
"react-scripts": "3.4.3",
|
||||||
"tailwindcss": "^1.7.6",
|
"tailwindcss": "^1.7.6"
|
||||||
"typescript": "~3.7.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"typescript": "~3.7.2",
|
||||||
"acorn": "^7.4.0"
|
"acorn": "^7.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user