|
4 | 4 | "license": "Apache-2.0",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
7 |
| - "url": "git://github.com/slamdata/purescript-formatters.git" |
| 7 | + "url": "https://github.com/purescript-contrib/purescript-formatters.git" |
8 | 8 | },
|
9 | 9 | "ignore": [
|
10 | 10 | "**/.*",
|
|
16 | 16 | "package.json"
|
17 | 17 | ],
|
18 | 18 | "dependencies": {
|
19 |
| - "purescript-fixed-points": "^5.0.0", |
20 |
| - "purescript-datetime": "^v4.0.0", |
21 |
| - "purescript-generics-rep": "^6.0.0", |
22 |
| - "purescript-transformers": "^4.1.0", |
23 |
| - "purescript-lists": "^5.0.0", |
24 |
| - "purescript-prelude": "^4.0.1", |
25 |
| - "purescript-parsing": "^5.0.0" |
| 19 | + "purescript-fixed-points": "main", |
| 20 | + "purescript-datetime": "master", |
| 21 | + "purescript-generics-rep": "master", |
| 22 | + "purescript-transformers": "master", |
| 23 | + "purescript-lists": "master", |
| 24 | + "purescript-prelude": "master", |
| 25 | + "purescript-parsing": "main" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "purescript-aff": "^5.0.0", |
29 |
| - "purescript-console": "^4.1.0", |
30 |
| - "purescript-psci-support": "^4.0.0", |
31 |
| - "purescript-spec": "^3.0.0" |
| 28 | + "purescript-aff": "main", |
| 29 | + "purescript-console": "master", |
| 30 | + "purescript-psci-support": "master", |
| 31 | + "purescript-assert": "master" |
32 | 32 | }
|
33 | 33 | }
|
0 commit comments