Skip to content

Commit

Permalink
Update package files
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Nov 1, 2014
1 parent 13ab0be commit 9351196
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "purescript-transformers",
"homepage": "https://github.com/purescript/purescript-transformers",
"description": "PureScript monad transformers library",
"description": "PureScript monad and comonad transformers library",
"keywords": [
"purescript"
"purescript",
"monad",
"comonad",
"transformer"
],
"authors": [
"Gary Burgess <gary.burgess@gmail.com>",
"Hardy Jones <jones3.hardy@gmail.com>",
"Eric Thul",
"Phil Freeman <paf31@cantab.net>",
"Brian McKenna <brian@brianmckenna.org>"
],
"license": "MIT",
"ignore": [
Expand All @@ -24,8 +34,5 @@
"purescript-arrays": "~0.2.1",
"purescript-control": "~0.2.1",
"purescript-identity": "~0.1.0"
},
"devDependencies": {
"purescript-strings": "*"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"dependencies": {
"devDependencies": {
"grunt": "~0.4.5",
"grunt-purescript": "~0.5.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-execute": "~0.2.1"
"grunt-execute": "~0.2.2",
"grunt-purescript": "~0.5.2"
}
}

0 comments on commit 9351196

Please sign in to comment.