We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb24ee6 commit 5407217Copy full SHA for 5407217
README.md
@@ -640,9 +640,9 @@ This package set could look something like this:
640
641
```js
642
{
643
- compiler: "0.15.10",
644
- version: "0.0.1",
645
- packages: {
+ "compiler": "0.15.10",
+ "version": "0.0.1",
+ "packages": {
646
"some-registry-package": "1.0.2",
647
"some-package-from-git-with-a-spago-yaml": {
648
"git": "https://github.com/purescript/registry-dev.git",
@@ -667,7 +667,7 @@ Something like this:
667
"repo": "https://github.com/purescript/purescript-prelude.git",
668
"version": "v6.0.1",
669
"dependencies": ["prelude", "effect", "console"]
670
- }
+ },
671
"metadata": {
672
"repo": "https://github.com/purescript/metadata.git",
673
"version": "v0.15.10",
0 commit comments