Skip to content

Commit

Permalink
👷 build: fix coveralls config
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
anoff committed Jan 7, 2017
1 parent 0ccc925 commit 1e3342d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "is-opposed-angle",
"version": "1.0.0",
"description": "angle comparison",
"description": "check if two angles are in opposite direction",
"license": "MIT",
"repository": "anoff/is-opposed-angle",
"author": {
"name": "anoff",
"email": "offenhaeuser@gmail.com",
"url": "anoff.io"
"url": "http://anoff.io"
},
"engines": {
"node": ">=4"
Expand All @@ -21,7 +21,11 @@
"index.js"
],
"keywords": [
""
"geometry",
"angle",
"opposite",
"opposed",
"calculation"
],
"dependencies": {},
"devDependencies": {
Expand All @@ -34,6 +38,12 @@
"xo": {
"esnext": true
},
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-kawaii"
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# is-opposed-angle [![Build Status](https://travis-ci.org/anoff/is-opposed-angle.svg?branch=master)](https://travis-ci.org/anoff/is-opposed-angle)
# is-opposed-angle
[![Build Status](https://travis-ci.org/anoff/is-opposed-angle.svg?branch=master)](https://travis-ci.org/anoff/is-opposed-angle)
[![Coverage Status](https://coveralls.io/repos/github/anoff/is-opposed-angle/badge.svg?branch=master)](https://coveralls.io/github/anoff/is-opposed-angle?branch=master)

> check if two angles are in opposite direction
Expand Down

0 comments on commit 1e3342d

Please sign in to comment.