Skip to content

Commit

Permalink
update for psc-0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
soupi committed Apr 27, 2017
1 parent 0987264 commit f23c8a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
purescript-slides
-----------------

A tiny EDSL for creating slides in PureScript using the Halogen library.
A tiny EDSL for creating slides in PureScript.


> - Status: Experimental
> - License: BSD3
> - [Try It!](https://try.purescript.org/?backend=slides)
- [Module Documentation](https://pursuit.purescript.org/packages/purescript-slides/)
- Example: [Code](example/src/Main.purs), [Demo](https://soupi.github.io/purescript-slides)
Expand Down
21 changes: 9 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"authors": [
"Gil Mizrahi <soupiral@gmail.com>"
],
"version": "0.4.1",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git://github.com/soupi/purescript-slides"
Expand All @@ -17,19 +17,16 @@
"tests",
"output"
],

"dependencies": {

"purescript-prelude": "^2.1.0",
"purescript-generics": "^3.1.0",
"purescript-list-zipper": "git://github.com/soupi/purescript-list-zipper.git#d4f3730",
"purescript-maybe": "^2.0.1",
"purescript-control": "^2.0.0",
"purescript-foldable-traversable": "^2.0.0",
"purescript-signal": "^8.0.0",
"purescript-smolder": "^6.0.0"
"purescript-prelude": "^3.0.0",
"purescript-list-zipper": "git://github.com/soupi/purescript-list-zipper.git#7c618d0",
"purescript-maybe": "^3.0.0",
"purescript-control": "^3.0.0",
"purescript-foldable-traversable": "^3.0.0",
"purescript-signal": "^9.0.0",
"purescript-smolder": "^7.0.0"
},
"devDependencies": {
"purescript-psci-support": "^2.0.0"
"purescript-psci-support": "*"
}
}
2 changes: 1 addition & 1 deletion example/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Gil Mizrahi <soupiral@gmail.com>"
],
"license": "BSD-3-Clause",
"version": "0.3.0",
"version": "0.4.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down

0 comments on commit f23c8a8

Please sign in to comment.