Skip to content

Commit

Permalink
add coveralls dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aitrusgit committed Aug 23, 2017
1 parent 587e0aa commit af14dae
Show file tree
Hide file tree
Showing 2 changed files with 2,254 additions and 12 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "ISC",
"devDependencies": {
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"eslint": "^4.5.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0"
Expand All @@ -17,16 +18,16 @@
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"utility",
"formatting",
"ordinal",
"nth",
"th",
"nd",
"st"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/bluealba/ordinal-js"
}
"utility",
"formatting",
"ordinal",
"nth",
"th",
"nd",
"st"
],
"repository": {
"type": "git",
"url": "https://github.com/bluealba/ordinal-js"
}
}
Loading

0 comments on commit af14dae

Please sign in to comment.