Commit 5c82ff76 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[package.json] move purescript to optionalDependencies

yarn will not complain if they fail to install. If it fails, will look
for purescript somewhere else.
parent 1c7534f2
......@@ -57,13 +57,15 @@
"parcel": "^1.12.4",
"psc-package": "^4.0.1",
"pulp": "^15.0.0",
"purescript": "^0.13.8",
"purescript-language-server": "^0.12.9",
"react-testing-library": "^6.1.2",
"sass": "^1.23.7",
"serve": "^11.3.1",
"spago": "^0.19.1",
"vscode-languageserver": "^6.0.0",
"xhr2": "^0.1.4"
},
"optionalDependencies": {
"purescript": "^0.13.8",
"purescript-language-server": "^0.12.9"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment