Skip to content

Commit c6f45e9

Browse files
committed
updating to 0.10.x
1 parent 29755f8 commit c6f45e9

File tree

10 files changed

+14309
-52
lines changed

10 files changed

+14309
-52
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ A tiny EDSL for creating slides in PureScript using the Halogen library.
1717
- [Module Documentation](https://pursuit.purescript.org/packages/purescript-slides/)
1818
- Example: [Code](example/src/Main.purs), [Demo](https://soupi.github.io/purescript-slides)
1919

20-
To build the example run the following commands in the folder `example/`:
20+
To build the example run the following commands in the folder [example/](example/):
2121

2222
```sh
2323
bower install
24-
npm install virtual-dom
2524
pulp browserify --to app.js
2625
```
2726

bower.json

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"authors": [
44
"Gil Mizrahi <[email protected]>"
55
],
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/soupi/purescript-slides"
@@ -17,33 +17,19 @@
1717
"tests",
1818
"output"
1919
],
20+
2021
"dependencies": {
21-
"purescript-prelude": "^1.0.1",
22-
"purescript-generics": "^1.0.0",
23-
"purescript-list-zipper": "git://github.com/DavidHarrison/purescript-list-zipper.git#62517ee",
24-
"purescript-maybe": "^1.0.0",
25-
"purescript-control": "^1.0.0",
26-
"purescript-foldable-traversable": "^1.0.0",
27-
"purescript-signal": "^6.1.0",
28-
"purescript-smolder": "^4.0.1"
29-
},
30-
"resolutions": {
31-
"purescript-prelude": "^1.0.1",
32-
"purescript-control": "^1.0.0",
33-
"purescript-maybe": "^1.0.0",
34-
"purescript-foldable-traversable": "^1.0.0",
35-
"purescript-either": "^1.0.0",
36-
"purescript-arrays": "^1.0.0",
37-
"purescript-strings": "^1.0.0",
38-
"purescript-tuples": "^1.0.0",
39-
"purescript-unfoldable": "^1.0.0",
40-
"purescript-monoid": "^1.0.0",
41-
"purescript-bifunctors": "^1.0.0",
42-
"purescript-st": "^1.0.0",
43-
"purescript-invariant": "^1.0.0",
44-
"purescript-eff": "^1.0.0"
22+
23+
"purescript-prelude": "^2.1.0",
24+
"purescript-generics": "^3.1.0",
25+
"purescript-list-zipper": "git://github.com/soupi/purescript-list-zipper.git#d4f3730",
26+
"purescript-maybe": "^2.0.1",
27+
"purescript-control": "^2.0.0",
28+
"purescript-foldable-traversable": "^2.0.0",
29+
"purescript-signal": "^8.0.0",
30+
"purescript-smolder": "^6.0.0"
4531
},
4632
"devDependencies": {
47-
"purescript-psci-support": "^1.0.0"
33+
"purescript-psci-support": "^2.0.0"
4834
}
4935
}

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- View it on [Github-Pages](https://soupi.github.io/purescript-slides)
2+
- Source code on [../example/](../example/) directory.

0 commit comments

Comments
 (0)