Skip to content

Commit

Permalink
Merge pull request #2 from rodrigogs/2.0
Browse files Browse the repository at this point in the history
2.0 merge
  • Loading branch information
rodrigogs committed Mar 28, 2016
2 parents f478eb0 + df94335 commit cb9ecb9
Show file tree
Hide file tree
Showing 26 changed files with 3,381 additions and 1,845 deletions.
5 changes: 5 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ engines:
enabled: true
eslint:
enabled: true
checks:
complexity:
enabled: false
max-statements:
enabled: false
fixme:
enabled: true
duplication:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
bower_components

node_modules
/coverage
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kairos",
"version": "1.1.0",
"version": "2.0.0",
"description": "A non date-based time calculator",
"homepage": "https://github.com/kairos",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test"
],
"devDependencies": {
"mocha": "~2.3.4",
"mocha": "~2.4.5",
"assert": "~0.1.0"
}
}
Loading

0 comments on commit cb9ecb9

Please sign in to comment.