Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit d53b16f

Browse files
committed
Merge pull request #24 from groupon/apply-nlm-generator
Apply latest nlm generator
2 parents a4cce61 + ee2b354 commit d53b16f

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ language: node_js
22
node_js:
33
- '0.10'
44
- '4'
5-
services: memcached
65
before_install:
7-
- npm install -g npm@latest-2
6+
- npm install -g npm@latest-2
87
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"'
1110
deploy:
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

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
This document outlines some of the practices we care about.
88
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+
.
1111
## How Can I Contribute?
1212

1313
### Reporting Issues
@@ -144,3 +144,4 @@ A simple bug fix:
144144
```
145145
fix: Handle multi-byte characters in search logic
146146
```
147+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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": {

0 commit comments

Comments
 (0)