Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tritium21 committed Dec 14, 2016
1 parent f1a6162 commit ed7ef56
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"bugs": {
"url": "https://github.com/tritium21/node-irc-dcc/issues"
},
"dependencies": {
"ip": "^1.1.4",
"irc": "^0.5.2",
"string-format": "^0.5.0"
},
"dependencies": {
"ip": "^1.1.4",
"irc": "^0.5.2",
"string-format": "^0.5.0"
},
"description": "DCC Support for Node-IRC",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"pegjs": "^0.10.0",
"simple-mock": "^0.7.3"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"pegjs": "^0.10.0",
"simple-mock": "^0.7.3"
},
"homepage": "http://node-irc-dcc.readthedocs.io/en/latest/",
"keywords": [
"irc",
Expand All @@ -34,7 +34,7 @@
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"version": "0.2.3",
"version": "0.2.4",
"config": {
"blanket": {
"pattern": "lib/"
Expand Down

0 comments on commit ed7ef56

Please sign in to comment.