File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ language: node_js
22node_js :
33 - ' 0.10'
44 - ' 4'
5- services : memcached
65before_install :
7- - npm install -g npm@latest-2
6+ - npm install -g npm@latest-2
87before_deploy :
9- - git config --global user.email "opensource@groupon.com"
10- - git config --global user.name "Groupon"
8+ - ' git config --global user.email "opensource@groupon.com"'
9+ - ' git config --global user.name "Groupon"'
1110deploy :
1211 provider : script
13- script : ' ./node_modules/.bin/nlm release'
12+ script : ./node_modules/.bin/nlm release
1413 skip_cleanup : true
15- on :
14+ ' on ' :
1615 branch : master
1716 node : ' 4'
17+ services : memcached
Original file line number Diff line number Diff line change 66
77This document outlines some of the practices we care about.
88If you have any questions or suggestions about the process,
9- feel free to [ open an issue] ( #reporting-issues ) .
10-
9+ feel free to [ open an issue] ( #reporting-issues )
10+ .
1111## How Can I Contribute?
1212
1313### Reporting Issues
@@ -144,3 +144,4 @@ A simple bug fix:
144144```
145145fix: Handle multi-byte characters in search logic
146146```
147+
Original file line number Diff line number Diff line change 2626 }
2727 },
2828 "dependencies" : {
29- "bluebird" : " ^3.0.5 " ,
30- "lodash" : " ^3.1.0 " ,
29+ "bluebird" : " ^3.3.3 " ,
30+ "lodash" : " ^4.6.1 " ,
3131 "memcached" : " ^2.1.0"
3232 },
3333 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments