|
1 | 1 | { |
2 | 2 | "name": "purescript-halogen-vdom", |
3 | | - "homepage": "https://github.com/slamdata/purescript-halogen-vdom", |
| 3 | + "homepage": "https://github.com/purescript-halogen/purescript-halogen-vdom", |
4 | 4 | "authors": [ |
5 | 5 | "Nathan Faubion <nathan@n-son.com>" |
6 | 6 | ], |
|
12 | 12 | ], |
13 | 13 | "repository": { |
14 | 14 | "type": "git", |
15 | | - "url": "git://github.com/slamdata/purescript-halogen-vdom.git" |
| 15 | + "url": "https://github.com/purescript-halogen/purescript-halogen-vdom.git" |
16 | 16 | }, |
17 | 17 | "license": "Apache-2.0", |
18 | 18 | "ignore": [ |
|
22 | 22 | "output" |
23 | 23 | ], |
24 | 24 | "dependencies": { |
25 | | - "purescript-prelude": "^4.0.0", |
26 | | - "purescript-effect": "^2.0.0", |
27 | | - "purescript-tuples": "^5.0.0", |
28 | | - "purescript-web-html": "^2.0.0", |
29 | | - "purescript-foreign-object": "^2.0.1", |
30 | | - "purescript-maybe": "^4.0.0", |
31 | | - "purescript-unsafe-coerce": "^4.0.0", |
32 | | - "purescript-bifunctors": "^4.0.0", |
33 | | - "purescript-refs": "^4.1.0", |
34 | | - "purescript-foreign": "^5.0.0" |
| 25 | + "purescript-prelude": "master", |
| 26 | + "purescript-effect": "master", |
| 27 | + "purescript-tuples": "master", |
| 28 | + "purescript-web-html": "master", |
| 29 | + "purescript-foreign-object": "master", |
| 30 | + "purescript-maybe": "master", |
| 31 | + "purescript-unsafe-coerce": "master", |
| 32 | + "purescript-bifunctors": "master", |
| 33 | + "purescript-refs": "master", |
| 34 | + "purescript-foreign": "master" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "purescript-js-timers": "^4.0.0", |
38 | | - "purescript-exists": "^4.0.0" |
| 37 | + "purescript-exists": "master" |
39 | 38 | } |
40 | 39 | } |
0 commit comments