File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4+ ## [ 3.5.2] - 2015-06-26
5+ ### Fixed
6+ - Remove old unused dependencies.
7+
48## [ 3.5.1] - 2015-06-26
59### Fixed
610- A bug introduced in 3.5.0 where Slack messages sent to IRC wouldn't get parsed.
Original file line number Diff line number Diff line change 1818 $(JSCS ) .
1919
2020make cover :
21- $(ISTANBUL ) cover $(MOCHA ) $(TESTS )
21+ NODE_ENV= " test " $(ISTANBUL ) cover $(MOCHA ) $(TESTS )
2222 $(ISTANBUL ) report cobertura
2323
2424make lint : jshint jscs
Original file line number Diff line number Diff line change 33var createBots = require ( './lib/helpers' ) . createBots ;
44var logger = require ( 'winston' ) ;
55
6+ /*istanbul ignore next*/
67if ( process . env . NODE_ENV === 'development' ) {
78 logger . level = 'debug' ;
89}
Original file line number Diff line number Diff line change 2929 },
3030 "license" : " MIT" ,
3131 "dependencies" : {
32- "body-parser" : " ~1.12.4" ,
3332 "check-env" : " ~1.2.0" ,
3433 "commander" : " ~2.8.1" ,
3534 "irc" : " ~0.3.9" ,
36- "lodash" : " ~3.8.0 " ,
37- "slack-client" : " ^ 1.4.0" ,
35+ "lodash" : " ~3.9.3 " ,
36+ "slack-client" : " ~ 1.4.0" ,
3837 "winston" : " ~1.0.0"
3938 },
4039 "devDependencies" : {
4342 "jscs" : " ~1.13.1" ,
4443 "jshint" : " ~2.7.0" ,
4544 "mocha" : " ~2.2.5" ,
46- "mock-fs" : " ~2.7.0" ,
47- "nock" : " ~2.0.1" ,
4845 "rewire" : " ^2.3.1" ,
4946 "sinon" : " ~1.14.1" ,
50- "sinon-chai" : " ~2.7.0" ,
51- "supertest" : " ~1.0.1"
47+ "sinon-chai" : " ~2.7.0"
5248 }
5349}
You can’t perform that action at this time.
0 commit comments