Skip to content

Commit

Permalink
Merge pull request #62 from phadej/package-json
Browse files Browse the repository at this point in the history
Update package.json, bump version to 0.1.0
  • Loading branch information
joneshf committed Jun 16, 2014
2 parents 401ba68 + 93d98e5 commit 1fa9a80
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"name": "fantasy-land",
"author": "Brian McKenna",
"version": "0.0.1",
"description": "Specification for interoperability of common algebraic structures in JavaScript",
"license": "XXX",
"homepage": "https://github.com/pufuwozu/fantasy-land",
"keywords": [
"algebraic",
"monad",
"functor",
"monoid",
"semigroup"
],
"issues": {
"url": "https://github.com/pufuwozu/fantasy-land/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pufuwozu/fantasy-land.git"
},
"files": ["id.js"]
"name": "fantasy-land",
"author": "Brian McKenna",
"version": "0.1.0",
"description": "Specification for interoperability of common algebraic structures in JavaScript",
"license": "XXX",
"homepage": "https://github.com/fantasyland/fantasy-land",
"keywords": [
"algebraic",
"monad",
"applicative",
"functor",
"monoid",
"semigroup",
"chain",
"apply"
],
"issues": {
"url": "https://github.com/fantasyland/fantasy-land/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fantasyland/fantasy-land.git"
},
"files": [
"id.js"
]
}

0 comments on commit 1fa9a80

Please sign in to comment.