Skip to content

Commit

Permalink
component.json / bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Mar 9, 2014
1 parent 81591e4 commit aca620e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "chain-commander",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/pocesar/js-chain-commander"
Expand Down
8 changes: 5 additions & 3 deletions component.json
@@ -1,8 +1,8 @@
{
"name": "chain-commander",
"repo": "pocesar/js-chain-commander",
"version": "0.1.2",
"description": "Chain commander is a library based on Q library, to encapsulate business rules logic in form of javascript objects or JSON.",
"version": "1.0.1",
"description": "Chain commander is a library based on Bluebird library, to encapsulate business rules logic in form of javascript objects or JSON.",
"keywords": [
"workflow",
"flow",
Expand All @@ -14,7 +14,9 @@
"chain-of-responsibility",
"chain-of-command",
"promise",
"conditional"
"conditional",
"scriptable",
"json script"
],
"dependencies": {
"petkaantonov/bluebird": "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "chain-commander",
"version": "1.0.0",
"version": "1.0.1",
"main": "./lib/chain-commander.js",
"description":"Chain commander is a library based on Bluebird promise library, to encapsulate business rules logic in form of javascript objects or JSON.",
"keywords": [
Expand Down

0 comments on commit aca620e

Please sign in to comment.