diff --git a/bower.json b/bower.json index 49c54d0..eaca01d 100644 --- a/bower.json +++ b/bower.json @@ -1,19 +1,21 @@ { - "homepage": "http://aureooms.github.io/js-number/", - "name": "aureooms-js-number", - "description": "primitive number type arithmetic code bricks for JavaScript", - "main": "js/dist/number.js", - "ignore": [ - "js/index.js", - "js/src", - "test", - "pkg.json", - "package.json", - ".groc.json", - ".travis.yml", - ".gitignore", - "README.md" - ], - "version": "1.6.2", - "license": "AGPL-3.0" -} \ No newline at end of file + "homepage": "http://aureooms.github.io/js-number/", + "name": "aureooms-js-number", + "description": "primitive number type arithmetic code bricks for JavaScript", + "main": "js/dist/number.js", + "ignore": [ + "js/index.js", + "js/src", + "test", + "pkg.json", + "package.json", + ".groc.json", + ".travis.yml", + ".gitignore", + "README.md", + "inch.json", + ".codeclimate.yml" + ], + "version": "1.6.2", + "license": "AGPL-3.0" +}