Skip to content

Commit

Permalink
Bump dependencies, add some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zudov committed Nov 17, 2015
1 parent 09fc4c6 commit 27a90cf
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
{
"name": "purescript-var",
"description": "Vars -- references that can be read/written from the Eff monad",
"authors": "Konstantin Zudov <[email protected]>",
"license": "BSD3",
"moduleType": [
"node"
],
"repository": {
"type": "git",
"url": "git://github.com/zudov/purescript-var.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"keywords": [ "purescript" ],
"dependencies": {
"purescript-eff": "~0.1.0",
"purescript-contravariant": "~0.2.1",
"purescript-invariant": "~0.3.0"
"purescript-eff": "^0.1.2",
"purescript-contravariant": "^0.2.3",
"purescript-invariant": "^0.3.0"
},
"devDependencies": {
"purescript-console": "~0.1.1"
"purescript-console": "^0.1.1"
}
}

0 comments on commit 27a90cf

Please sign in to comment.