Skip to content

Commit

Permalink
Merge pull request #24 from groupon/apply-nlm-generator
Browse files Browse the repository at this point in the history
Apply latest nlm generator
  • Loading branch information
jkrems committed Mar 7, 2016
2 parents a4cce61 + ee2b354 commit d53b16f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ language: node_js
node_js:
- '0.10'
- '4'
services: memcached
before_install:
- npm install -g npm@latest-2
- npm install -g npm@latest-2
before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Groupon"
- 'git config --global user.email "[email protected]"'
- 'git config --global user.name "Groupon"'
deploy:
provider: script
script: './node_modules/.bin/nlm release'
script: ./node_modules/.bin/nlm release
skip_cleanup: true
on:
'on':
branch: master
node: '4'
services: memcached
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

This document outlines some of the practices we care about.
If you have any questions or suggestions about the process,
feel free to [open an issue](#reporting-issues).

feel free to [open an issue](#reporting-issues)
.
## How Can I Contribute?

### Reporting Issues
Expand Down Expand Up @@ -144,3 +144,4 @@ A simple bug fix:
```
fix: Handle multi-byte characters in search logic
```

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
}
},
"dependencies": {
"bluebird": "^3.0.5",
"lodash": "^3.1.0",
"bluebird": "^3.3.3",
"lodash": "^4.6.1",
"memcached": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit d53b16f

Please sign in to comment.