Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix(pkg): fix codeclimate and npm script for release
Browse files Browse the repository at this point in the history
TAG: latest
  • Loading branch information
tunnckoCore committed Aug 11, 2017
1 parent ad9dcf2 commit 077ec26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ engines:
config:
languages:
- javascript
checks:
Similar code:
enabled: false
ratings:
paths:
- "index.js"
- "lib/utils.js"
- "lib/plugins/**.js"
- index.js
- lib/utils.js
- lib/plugins/**
exclude_paths:
- "benchmark/"
- "test.js"
- benchmark/**
- test.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"precommit": "hela precommit",
"commit": "hela commit",
"postcommit": "git push",
"semantic-release": "hela renovate"
"semantic-release": "hela release"
},
"engines": {
"node": ">=6",
Expand Down

0 comments on commit 077ec26

Please sign in to comment.