This repository was archived by the owner on Apr 28, 2025. It is now read-only.
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
2
2
node_js :
3
3
- ' 0.10'
4
4
- ' 4'
5
- services : memcached
6
5
before_install :
7
- - npm install -g npm@latest-2
6
+ - npm install -g npm@latest-2
8
7
before_deploy :
9
- -
git config --global user.email "[email protected] "
10
- - git config --global user.name "Groupon"
8
+ -
' git config --global user.email "[email protected] "'
9
+ - ' git config --global user.name "Groupon"'
11
10
deploy :
12
11
provider : script
13
- script : ' ./node_modules/.bin/nlm release'
12
+ script : ./node_modules/.bin/nlm release
14
13
skip_cleanup : true
15
- on :
14
+ ' on ' :
16
15
branch : master
17
16
node : ' 4'
17
+ services : memcached
Original file line number Diff line number Diff line change 6
6
7
7
This document outlines some of the practices we care about.
8
8
If 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
+ .
11
11
## How Can I Contribute?
12
12
13
13
### Reporting Issues
@@ -144,3 +144,4 @@ A simple bug fix:
144
144
```
145
145
fix: Handle multi-byte characters in search logic
146
146
```
147
+
Original file line number Diff line number Diff line change 26
26
}
27
27
},
28
28
"dependencies" : {
29
- "bluebird" : " ^3.0.5 " ,
30
- "lodash" : " ^3.1.0 " ,
29
+ "bluebird" : " ^3.3.3 " ,
30
+ "lodash" : " ^4.6.1 " ,
31
31
"memcached" : " ^2.1.0"
32
32
},
33
33
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments